jpel.language
Class BadTypedException

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

public class BadTypedException
extends ExecutionException

Exceção lançada quando há um erro de tipos nas expressões.

See Also:
Serialized Form

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

BadTypedException

public BadTypedException(jpel.language.Expression expression,
                         java.lang.String message)

BadTypedException

public BadTypedException(jpel.language.Expression expression,
                         java.lang.String message,
                         java.lang.Throwable detail)