Class TokenManagerError

  • All Implemented Interfaces:
    java.io.Serializable

    public final class TokenManagerError
    extends java.lang.Error
    Error thrown by parser when an illegal token got recognized at parsing.
    Since:
    1.3
    Version:
    $Revision: 7121 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
    Author:
    Udai Gupta, Ralf Joachim
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TokenManagerError​(java.lang.Error cause)
      Construct a token manager error with given cause.
    • 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
    • Constructor Detail

      • TokenManagerError

        public TokenManagerError​(java.lang.Error cause)
        Construct a token manager error with given cause.
        Parameters:
        cause - The exception that caused this excetion to be thrown.