com.atlassian.jira.jql.parser.antlr
Class RuntimeRecognitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.jira.jql.parser.antlr.RuntimeRecognitionException
All Implemented Interfaces:
java.io.Serializable

public class RuntimeRecognitionException
extends java.lang.RuntimeException

A RuntimeException that contains a JqlParseErrorMessage. This can be used to stop ANTLR in its tracks.

Since:
v4.0
See Also:
Serialized Form

Method Summary
 JqlParseErrorMessage getParseErrorMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getParseErrorMessage

public JqlParseErrorMessage getParseErrorMessage()


Copyright © 2002-2011 Atlassian. All Rights Reserved.