org.drools.lang
Class DroolsMismatchedSetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.antlr.runtime.RecognitionException
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
Fields inherited from class org.antlr.runtime.RecognitionException |
approximateLineInfo, c, charPositionInLine, index, input, line, node, token |
Methods inherited from class org.antlr.runtime.RecognitionException |
extractInformationFromTreeNodeStream, getUnexpectedType |
DroolsMismatchedSetException
public DroolsMismatchedSetException()
DroolsMismatchedSetException
public DroolsMismatchedSetException(String[] tokenText,
org.antlr.runtime.IntStream input)
getTokenText
public String[] getTokenText()
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.