Package jmri.jmrit.logixng.util.parser
Class FunctionNotExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jmri.JmriException
-
- jmri.jmrit.logixng.util.parser.ParserException
-
- jmri.jmrit.logixng.util.parser.FunctionNotExistsException
-
- All Implemented Interfaces:
java.io.Serializable
public class FunctionNotExistsException extends ParserException
The function does not exists.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FunctionNotExistsException(java.lang.String msg, java.lang.String functionName)
Constructs an instance ofFunctionNotExistsException
with the specified detail message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFunctionName()
-
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
FunctionNotExistsException
public FunctionNotExistsException(java.lang.String msg, java.lang.String functionName)
Constructs an instance ofFunctionNotExistsException
with the specified detail message.- Parameters:
msg
- the detail message.functionName
- the name of the function
-
-
Method Detail
-
getFunctionName
public java.lang.String getFunctionName()
-
-