|
||||||||||
| 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
com.gargoylesoftware.base.resource.ResourceException
public class ResourceException
An exception that is thrown by ResourceManager
| Field Summary | |
|---|---|
private java.lang.Throwable |
enclosedException_
|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
protected |
ResourceException()
Create an instance |
|
ResourceException(java.lang.String message)
Create an instance |
|
ResourceException(java.lang.Throwable throwable)
Create an instance |
| Method Summary | |
|---|---|
java.lang.Throwable |
getEnclosedException()
Return the enclosed exception |
void |
printStackTrace(java.io.PrintStream stream)
Print the stack trace. |
void |
printStackTrace(java.io.PrintWriter writer)
Print the stack trace. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private final java.lang.Throwable enclosedException_
| Constructor Detail |
|---|
public ResourceException(java.lang.String message)
message - The error messagepublic ResourceException(java.lang.Throwable throwable)
throwable - the error that caused this exceptionprotected ResourceException()
| Method Detail |
|---|
public java.lang.Throwable getEnclosedException()
public void printStackTrace(java.io.PrintWriter writer)
printStackTrace in class java.lang.Throwablewriter - Where the stack trace will be writtenpublic void printStackTrace(java.io.PrintStream stream)
printStackTrace in class java.lang.Throwablestream - Where the stack trace will be written
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||