|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.camelspotting.jotl.exceptions.JOTLException
public class JOTLException
All exceptions that happen in the code are wrapped inside OpenTTD-exceptions.
Constructor Summary | |
---|---|
JOTLException(String msg)
Main constructor for these exceptions. |
|
JOTLException(String msg,
Throwable cause)
Main constructor for these exceptions. |
|
JOTLException(Throwable cause)
Simple constructor with no 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 JOTLException(String msg)
msg
- the message to include.public JOTLException(Throwable cause)
public JOTLException(String msg, Throwable cause)
msg
- the message to include.cause
- the cause of this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |