jpel.language
Class EnvironmentFactoryException

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

public class EnvironmentFactoryException
extends java.lang.Exception

Exceção usada para indicar erros na fábrica de ambientes.

See Also:
Serialized Form

Constructor Summary
EnvironmentFactoryException(java.lang.String message)
           
EnvironmentFactoryException(java.lang.String message, java.lang.Throwable detail)
           
 
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

EnvironmentFactoryException

public EnvironmentFactoryException(java.lang.String message)

EnvironmentFactoryException

public EnvironmentFactoryException(java.lang.String message,
                                   java.lang.Throwable detail)