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:
  • Constructor Details

    • ObjectFactoryException

      public ObjectFactoryException()
    • ObjectFactoryException

      public ObjectFactoryException(String message)
    • ObjectFactoryException

      public ObjectFactoryException(String message, Throwable cause)
    • ObjectFactoryException

      public ObjectFactoryException(Throwable cause)
    • ObjectFactoryException

      public ObjectFactoryException(String expectedType, String configuredClass, Throwable cause)
    • ObjectFactoryException

      public ObjectFactoryException(String expectedType, String configuredClass)