org.exolab.castor.xml.schema
class SimpleTypesFactoryException extends RuntimeException
Version: $Revision: 6015 $ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
| Constructor Summary | |
|---|---|
| SimpleTypesFactoryException(String message)
Creates a new SimpleTypesFactoryException
| |
| SimpleTypesFactoryException(Throwable exception)
Creates a new SimpleTypesFactoryException
| |
| SimpleTypesFactoryException(Throwable exception, String message)
Creates a new SimpleTypesFactoryException
| |
| Method Summary | |
|---|---|
| Throwable | getException()
Returns the Exception which caused this Exception, or null if
no nested exception exists.
|
| void | printStackTrace() |
| void | printStackTrace(PrintStream print) |
| void | printStackTrace(PrintWriter print) |
Parameters: message the error message
Parameters: exception the Exception which caused this Exception.
Parameters: exception the Exception which caused this Exception. message the error message
Returns: the nested Exception.