|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception net.sf.ashkay.CreationException
CreationExceptions represent an error in the creation of an object in an ObjectFactory.
Field Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
CreationException()
Constructs a default CreationException without a message or source |
|
CreationException(java.lang.String msg)
Constructs a CreationException with a message but no source |
|
CreationException(java.lang.String msg,
java.lang.Throwable p_source)
Contructs a CreationException with a message and source |
|
CreationException(java.lang.Throwable p_source)
Constructs a CreationException with a source but no message |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CreationException()
public CreationException(java.lang.String msg)
msg
- - the messagepublic CreationException(java.lang.Throwable p_source)
p_source
- - the source exceptionpublic CreationException(java.lang.String msg, java.lang.Throwable p_source)
msg
- - the messagep_source
- - the source exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |