Package jmri.jmrit.logixng.util.parser
Class IdentifierNotExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jmri.JmriException
jmri.jmrit.logixng.util.parser.ParserException
jmri.jmrit.logixng.util.parser.IdentifierNotExistsException
- All Implemented Interfaces:
Serializable
The identifier does not exist.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdentifierNotExistsException(String msg, String identifierName) Constructs an instance ofIdentifierNotExistsExceptionwith the specified detail message. -
Method Summary
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdentifierNotExistsException
Constructs an instance ofIdentifierNotExistsExceptionwith the specified detail message.- Parameters:
msg- the detail message.identifierName- the name of the identifier
-
-
Method Details
-
getIdentifierName
-