com.gargoylesoftware.base.resource
public class ResourceException extends RuntimeException
Version: $Revision: 1.4 $
Field Summary | |
---|---|
Throwable | enclosedException_ |
static long | serialVersionUID |
Constructor Summary | |
---|---|
ResourceException(String message)
Create an instance
| |
ResourceException(Throwable throwable)
Create an instance
| |
protected | ResourceException()
Create an instance |
Method Summary | |
---|---|
Throwable | getEnclosedException()
Return the enclosed exception
|
void | printStackTrace(PrintWriter writer)
Print the stack trace. |
void | printStackTrace(PrintStream stream)
Print the stack trace. |
Parameters: message The error message
Parameters: throwable the error that caused this exception
Returns: The enclosed exception
Parameters: writer Where the stack trace will be written
Parameters: stream Where the stack trace will be written