Save This Page
Home » displaytag-1.1.1-src » org » displaytag » exception » [javadoc | source]
org.displaytag.exception
public class: FactoryInstantiationException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            org.displaytag.exception.BaseNestableRuntimeException
               org.displaytag.exception.FactoryInstantiationException

All Implemented Interfaces:
    Serializable

Exception thrown when displaytag is unable to instantiate a class specified by the user in the properties file.
Constructor:
 public FactoryInstantiationException(Class source,
    String propertyName,
    String propertyValue,
    Throwable cause) 
    Instantiate a new FactoryInstantiationException.
    Parameters:
    source - Class where the exception is generated
    propertyName - name of the property
    propertyValue - value for the property (class name)
    cause - previous exception
Method from org.displaytag.exception.FactoryInstantiationException Summary:
getSeverity
Methods from org.displaytag.exception.BaseNestableRuntimeException:
getCause,   getSeverity,   toString
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.displaytag.exception.FactoryInstantiationException Detail:
 public SeverityEnum getSeverity()