jpel.util.dataholder
Class DataHolderFactoryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jpel.util.dataholder.DataHolderFactoryException
All Implemented Interfaces:
java.io.Serializable

public class DataHolderFactoryException
extends java.lang.Exception

Guarda os erro lançados na criação de fontes de recurso.

See Also:
Serialized Form

Constructor Summary
DataHolderFactoryException(java.lang.String message)
           
DataHolderFactoryException(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

DataHolderFactoryException

public DataHolderFactoryException(java.lang.String message)

DataHolderFactoryException

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