|
|||||||||
| Home >> All >> com >> aendvari >> cerberus >> component >> [ assembly overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.aendvari.cerberus.component.assembly
Class AssemblyException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.aendvari.cerberus.component.assembly.AssemblyException
- All Implemented Interfaces:
- java.io.Serializable
- public class AssemblyException
- extends java.lang.Exception
Describes an a problem that occured during component assembly.
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
protected java.lang.Throwable |
rootCause
The exception that caused this exception, may be null. |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
AssemblyException()
Constructs a AssemblyException with no detail message. |
|
AssemblyException(java.lang.String setMessage)
Constructs a AssemblyException with the supplied detail message. |
|
AssemblyException(java.lang.String message,
java.lang.Throwable setRootCause)
Constructs a AssemblyException with the supplied detail message
and causing exception. |
|
AssemblyException(java.lang.Throwable setRootCause)
Constructs a AssemblyException with causing exception. |
|
| Method Summary | |
java.lang.Throwable |
getRootCause()
Returns the exception that caused this exception, null if none. |
java.lang.String |
toString()
Returns a string representation of the exception. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
rootCause
protected java.lang.Throwable rootCause
- The exception that caused this exception, may be null.
| Constructor Detail |
AssemblyException
public AssemblyException()
- Constructs a
AssemblyExceptionwith no detail message.
AssemblyException
public AssemblyException(java.lang.Throwable setRootCause)
- Constructs a
AssemblyExceptionwith causing exception.
AssemblyException
public AssemblyException(java.lang.String setMessage)
- Constructs a
AssemblyExceptionwith the supplied detail message.
AssemblyException
public AssemblyException(java.lang.String message, java.lang.Throwable setRootCause)
- Constructs a
AssemblyExceptionwith the supplied detail message and causing exception.
| Method Detail |
getRootCause
public java.lang.Throwable getRootCause()
- Returns the exception that caused this exception, null if none.
toString
public java.lang.String toString()
- Returns a string representation of the exception.
|
|||||||||
| Home >> All >> com >> aendvari >> cerberus >> component >> [ assembly overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC