public class CompositionException extends Exception
| Constructor and Description |
|---|
CompositionException(String s)
Construct a new
CompositionException instance. |
CompositionException(String message,
Throwable throwable)
Construct a new
CompositionException instance. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CompositionException(String s)
CompositionException instance.message - The detail message for this exception.Copyright © 2001–2024 Codehaus Plexus. All rights reserved.