Drools :: Compiler 6.2.0.Final

org.drools.compiler.lang
Class DroolsUnexpectedAnnotationException

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

public class DroolsUnexpectedAnnotationException
extends org.antlr.runtime.RecognitionException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.antlr.runtime.RecognitionException
approximateLineInfo, c, charPositionInLine, index, input, line, node, token
 
Constructor Summary
DroolsUnexpectedAnnotationException(org.antlr.runtime.IntStream input, String annotationName)
           
 
Method Summary
 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

DroolsUnexpectedAnnotationException

public DroolsUnexpectedAnnotationException(org.antlr.runtime.IntStream input,
                                           String annotationName)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable

Drools :: Compiler 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.