|
|||||||||||
| 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
An exception that is thrown by ResourceManager
| Constructor Summary | |
protected |
ResourceException()
Create an instance |
|
ResourceException(String message)
Create an instance |
|
ResourceException(Throwable throwable)
Create an instance |
| Method Summary | |
Throwable |
getEnclosedException()
Return the enclosed exception |
void |
printStackTrace(PrintStream stream)
Print the stack trace. |
void |
printStackTrace(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 |
| Constructor Detail |
public ResourceException(String message)
message - The error messagepublic ResourceException(Throwable throwable)
throwable - the error that caused this exceptionprotected ResourceException()
| Method Detail |
public Throwable getEnclosedException()
public void printStackTrace(PrintWriter writer)
writer - Where the stack trace will be writtenpublic void printStackTrace(PrintStream stream)
stream - Where the stack trace will be written
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||