|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.newdawn.slick.SlickException
public class SlickException
A generic exception thrown by everything in the library
Constructor Summary | |
---|---|
SlickException(java.lang.String message)
Create a new exception with a detail message |
|
SlickException(java.lang.String message,
java.lang.Throwable e)
Create a new exception with a detail message |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SlickException(java.lang.String message)
message
- The message describing the cause of this exceptionpublic SlickException(java.lang.String message, java.lang.Throwable e)
message
- The message describing the cause of this exceptione
- The exception causing this exception to be thrown
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |