Package jmri
Class JmriException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jmri.JmriException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AudioException
,DCCppMessageException
,JmriConfigureXmlException
,LocoNetException
,LocoNetMessageException
,MemoryContents.MemoryFileException
,MrcException
,MrcMessageException
,Mx1Exception
,Mx1MessageException
,NetworkConfigException
,ProgrammerException
,SerialConfigException
,TimebaseRateException
,XNetException
,XNetMessageException
,Z21SimulatorAdapter.LogoffException
public class JmriException extends Exception
Base for JMRI-specific exceptions. No functionality, just used to confirm
type-safety.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description JmriException()
JmriException(String s)
JmriException(String s, Throwable t)
JmriException(Throwable t)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString