Class DoubleTokenAnnotationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
quickparse.semantics.interpreters.typed.exception.InterpreterException
quickparse.semantics.interpreters.typed.exception.DoubleTokenAnnotationException
All Implemented Interfaces:
java.io.Serializable

public class DoubleTokenAnnotationException
extends InterpreterException
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.reflect.Method method1  
    java.lang.reflect.Method method2  
    java.lang.String symbol  
  • Constructor Summary

    Constructors 
    Constructor Description
    DoubleTokenAnnotationException​(java.lang.String symbol, java.lang.reflect.Method method1, java.lang.reflect.Method method2)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • symbol

      public final java.lang.String symbol
    • method1

      public final java.lang.reflect.Method method1
    • method2

      public final java.lang.reflect.Method method2
  • Constructor Details

    • DoubleTokenAnnotationException

      public DoubleTokenAnnotationException​(java.lang.String symbol, java.lang.reflect.Method method1, java.lang.reflect.Method method2)