jpel.language
Class DeclarationException

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

public class DeclarationException
extends java.lang.Exception

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

See Also:
Serialized Form

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

DeclarationException

public DeclarationException(jpel.language.Declaration source)

DeclarationException

public DeclarationException(jpel.language.Declaration source,
                            java.lang.String message)

DeclarationException

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

getDeclaration

public jpel.language.Declaration getDeclaration()