Package jmri
Class JmriException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jmri.JmriException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbortConditionalNG_IgnoreException,AbortConditionalNGExecutionException,AudioException,DCCppMessageException,ExpressionLinuxLinePower.NoPowerSuppliesException,InvalidConditionalActionException,InvalidConditionalVariableException,JmriConfigureXmlException,LocoNetException,LocoNetMessageException,MemoryContents.MemoryFileException,MrcException,MrcMessageException,Mx1Exception,Mx1MessageException,NetworkConfigException,ParserException,PassThruException,PermissionManager.BadPasswordException,PermissionManager.BadUserOrPasswordException,PermissionManager.RoleAlreadyExistsException,PermissionManager.RoleDoesNotExistException,PermissionManager.UserAlreadyExistsException,PermissionManager.UserDoesNotExistException,Positionable.DuplicateIdException,ProgrammerException,SerialConfigException,SocketAlreadyConnectedException,TimebaseRateException,XNetException,XNetMessageException,Z21SimulatorAdapter.LogoffException
Base for JMRI-specific exceptions. No functionality, just used to confirm
type-safety.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJmriException(String s, Throwable t) JmriException(String s, List<String> errors) JmriException(String s, List<String> errors, Throwable t) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JmriException
-
JmriException
-
JmriException
-
JmriException
public JmriException() -
JmriException
-
JmriException
-
-
Method Details
-
getErrors
-
getMessage
- Overrides:
getMessagein classThrowable
-
getLocalizedMessage
- Overrides:
getLocalizedMessagein classThrowable
-