com.atlassian.jira.jql.parser.antlr
Class RuntimeRecognitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.jql.parser.antlr.RuntimeRecognitionException
- All Implemented Interfaces:
- Serializable
public class RuntimeRecognitionException
- extends RuntimeException
A RuntimeException
that contains a JqlParseErrorMessage
. This can be used
to stop ANTLR in its tracks.
- Since:
- v4.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
getParseErrorMessage
public JqlParseErrorMessage getParseErrorMessage()
Copyright © 2002-2012 Atlassian. All Rights Reserved.