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:
Serializable
The function does not exists.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionNotExistsException(String msg, String functionName) Constructs an instance ofFunctionNotExistsExceptionwith 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
-
FunctionNotExistsException
Constructs an instance ofFunctionNotExistsExceptionwith the specified detail message.- Parameters:
msg- the detail message.functionName- the name of the function
-
-
Method Details
-
getFunctionName
-