org.drools.lang
Class DroolsMismatchedSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.antlr.runtime.RecognitionException
              extended by org.drools.lang.DroolsMismatchedSetException
All Implemented Interfaces:
Serializable

public class DroolsMismatchedSetException
extends org.antlr.runtime.RecognitionException

A mismatched token exception that properly resolves ID tokens into soft keywords

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.antlr.runtime.RecognitionException
approximateLineInfo, c, charPositionInLine, index, input, line, node, token
 
Constructor Summary
DroolsMismatchedSetException()
           
DroolsMismatchedSetException(String[] tokenText, org.antlr.runtime.IntStream input)
           
 
Method Summary
 String[] getTokenText()
           
 String toString()
           
 
Methods inherited from class org.antlr.runtime.RecognitionException
extractInformationFromTreeNodeStream, getUnexpectedType
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DroolsMismatchedSetException

public DroolsMismatchedSetException()

DroolsMismatchedSetException

public DroolsMismatchedSetException(String[] tokenText,
                                    org.antlr.runtime.IntStream input)
Method Detail

getTokenText

public String[] getTokenText()

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.