org.exolab.castor.mapping
public class MappingRuntimeException extends IllegalStateException
Version: $Revision: 5951 $ $Date: 2006-04-10 16:39:24 -0600 (Mon, 10 Apr 2006) $
Constructor Summary | |
---|---|
MappingRuntimeException(String message)
Creates a new MappingRuntimeException
| |
MappingRuntimeException(String message, Object[] args)
Creates a new MappingRuntimeException
| |
MappingRuntimeException(Throwable exception)
Creates a new MappingRuntimeException
| |
MappingRuntimeException(Throwable exception, String message)
Creates a new MappingRuntimeException
|
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: 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.