tecgraf.javautils.parsers.exception
Class ErrorStateReachedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tecgraf.javautils.parsers.exception.AutomatonException
              extended by tecgraf.javautils.parsers.exception.ErrorStateReachedException
All Implemented Interfaces:
Serializable

public class ErrorStateReachedException
extends AutomatonException

Representa uma exceção de estado de erro alcançado.

See Also:
Serialized Form

Constructor Summary
ErrorStateReachedException(Session session)
          Cria uma instância com a sessão onde foi gerada a exceção.
 
Method Summary
 
Methods inherited from class tecgraf.javautils.parsers.exception.AutomatonException
toString
 
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

ErrorStateReachedException

public ErrorStateReachedException(Session session)
Cria uma instância com a sessão onde foi gerada a exceção.

Parameters:
session - A sessão onde foi gerada a exceção.


Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.