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:
java.io.Serializable
public class IdentifierNotExistsException extends ParserException
The identifier does not exist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentifierNotExistsException(java.lang.String msg, java.lang.String identifierName)
Constructs an instance ofIdentifierNotExistsException
with the specified detail message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getIdentifierName()
-
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
IdentifierNotExistsException
public IdentifierNotExistsException(java.lang.String msg, java.lang.String identifierName)
Constructs an instance ofIdentifierNotExistsException
with the specified detail message.- Parameters:
msg
- the detail message.identifierName
- the name of the identifier
-
-
Method Detail
-
getIdentifierName
public java.lang.String getIdentifierName()
-
-