Class CompositionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.component.composition.CompositionException
- All Implemented Interfaces:
Serializable
- Version:
- $Id: CompositionException.java 4796 2006-11-23 21:24:11Z jvanzyl $
- Author:
- Jason van Zyl, Michal Maczka
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a newCompositionException
instance.CompositionException
(String message, Throwable throwable) Construct a newCompositionException
instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CompositionException
Construct a newCompositionException
instance.- Parameters:
message
- The detail message for this exception.
-
CompositionException
Construct a newCompositionException
instance.- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
-