Package jmri.jmrit.logixng.util.parser
Class InvalidSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jmri.JmriException
jmri.jmrit.logixng.util.parser.ParserException
jmri.jmrit.logixng.util.parser.InvalidSyntaxException
- All Implemented Interfaces:
Serializable
Invalid syntax.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance ofInvalidExpressionExceptionwith the specified detail message.InvalidSyntaxException(String msg, int position) Constructs an instance ofInvalidExpressionExceptionwith 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
-
InvalidSyntaxException
Constructs an instance ofInvalidExpressionExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
InvalidSyntaxException
Constructs an instance ofInvalidExpressionExceptionwith the specified detail message.- Parameters:
msg- the detail message.position- the position
-
-
Method Details
-
getPosition
-