|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.exolab.castor.xml.schema.SimpleTypesFactoryException
class SimpleTypesFactoryException
A RuntimeException which allows nested exceptions.
Constructor Summary | |
---|---|
SimpleTypesFactoryException(java.lang.String message)
Creates a new SimpleTypesFactoryException |
|
SimpleTypesFactoryException(java.lang.Throwable exception)
Creates a new SimpleTypesFactoryException |
|
SimpleTypesFactoryException(java.lang.Throwable exception,
java.lang.String message)
Creates a new SimpleTypesFactoryException |
Method Summary | |
---|---|
java.lang.Throwable |
getException()
Returns the Exception which caused this Exception, or null if no nested exception exists. |
void |
printStackTrace()
|
void |
printStackTrace(java.io.PrintStream print)
|
void |
printStackTrace(java.io.PrintWriter print)
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SimpleTypesFactoryException(java.lang.String message)
message
- the error messagepublic SimpleTypesFactoryException(java.lang.Throwable exception)
exception
- the Exception which caused this Exception.public SimpleTypesFactoryException(java.lang.Throwable exception, java.lang.String message)
exception
- the Exception which caused this Exception.message
- the error messageMethod Detail |
---|
public java.lang.Throwable getException()
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream print)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter print)
printStackTrace
in class java.lang.Throwable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |