Package org.pentaho.platform.api.engine
Class ObjectFactoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pentaho.platform.api.util.PentahoCheckedChainedException
-
- org.pentaho.platform.api.engine.ObjectFactoryException
-
- All Implemented Interfaces:
Serializable
public class ObjectFactoryException extends PentahoCheckedChainedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectFactoryException()
ObjectFactoryException(String message)
ObjectFactoryException(String message, Throwable reas)
ObjectFactoryException(Throwable reas)
-
Method Summary
-
Methods inherited from class org.pentaho.platform.api.util.PentahoCheckedChainedException
getRootCause, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-