public class CompositionException
extends java.lang.Exception
Constructor and Description |
---|
CompositionException(java.lang.String s)
Construct a new
CompositionException instance. |
CompositionException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new
CompositionException instance. |
public CompositionException(java.lang.String s)
CompositionException
instance.message
- The detail message for this exception.public CompositionException(java.lang.String message, java.lang.Throwable throwable)
CompositionException
instance.message
- The detail message for this exception.throwable
- the root cause of the exception