Class ObjectFactoryException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.pentaho.reporting.libraries.base.boot.ObjectFactoryException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class ObjectFactoryException extends RuntimeException
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ObjectFactoryException()ObjectFactoryException(String message)ObjectFactoryException(String expectedType, String configuredClass)ObjectFactoryException(String expectedType, String configuredClass, Throwable cause)ObjectFactoryException(String message, Throwable cause)ObjectFactoryException(Throwable cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ObjectFactoryException
public ObjectFactoryException()
 
- 
ObjectFactoryException
public ObjectFactoryException(String message)
 
- 
ObjectFactoryException
public ObjectFactoryException(Throwable cause)
 
- 
ObjectFactoryException
public ObjectFactoryException(String expectedType, String configuredClass, Throwable cause)
 
 - 
 
 -