jpel.language
Class IdNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jpel.language.ExecutionException
                    |
                    +--jpel.language.IdNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class IdNotFoundException
extends ExecutionException

Erro lançado quando se procura um identificador que não está presente no ambiente da linguagem.

See Also:
Serialized Form

Constructor Summary
IdNotFoundException(jpel.language.Expression id, java.lang.String message)
           
 
Methods inherited from class jpel.language.ExecutionException
getExpression
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

IdNotFoundException

public IdNotFoundException(jpel.language.Expression id,
                           java.lang.String message)