Class UndefinedComponentComposerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.component.composition.UndefinedComponentComposerException
-
- All Implemented Interfaces:
Serializable
public class UndefinedComponentComposerException extends Exception
- Author:
- Michal Maczka
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UndefinedComponentComposerException(String message)
UndefinedComponentComposerException(String message, Throwable cause)
UndefinedComponentComposerException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UndefinedComponentComposerException
public UndefinedComponentComposerException(String message)
-
UndefinedComponentComposerException
public UndefinedComponentComposerException(String message, Throwable cause)
-
UndefinedComponentComposerException
public UndefinedComponentComposerException(Throwable cause)
-
-