|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--CascadingException | +--org.apache.avalon.phoenix.tools.assembler.AssemblyException
Exception to indicate that there was an error Assembling SarMetaData.
Constructor Summary | |
AssemblyException(String message)
Construct a new AssemblyException instance. |
|
AssemblyException(String message,
Throwable throwable)
Construct a new AssemblyException instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AssemblyException(String message)
AssemblyException
instance.
message
- The detail message for this exception.public AssemblyException(String message, Throwable throwable)
AssemblyException
instance.
message
- The detail message for this exception.throwable
- the root cause of the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |