jpel.language
Class ExecutionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jpel.language.ExecutionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadTypedException, IdNotFoundException

public class ExecutionException
extends java.lang.Exception

Caracteriza os erros gerados durante execução de uma expressão.

See Also:
Serialized Form

Constructor Summary
ExecutionException(jpel.language.Expression source)
           
ExecutionException(jpel.language.Expression source, java.lang.String message)
           
ExecutionException(jpel.language.Expression source, java.lang.String message, java.lang.Throwable detail)
           
 
Method Summary
 jpel.language.Expression 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

ExecutionException

public ExecutionException(jpel.language.Expression source)

ExecutionException

public ExecutionException(jpel.language.Expression source,
                          java.lang.String message)

ExecutionException

public ExecutionException(jpel.language.Expression source,
                          java.lang.String message,
                          java.lang.Throwable detail)
Method Detail

getExpression

public jpel.language.Expression getExpression()