Package org.pentaho.platform.api.engine
Class ComponentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pentaho.platform.api.util.PentahoCheckedChainedException
-
- org.pentaho.platform.api.engine.ComponentException
-
- All Implemented Interfaces:
Serializable
public class ComponentException extends PentahoCheckedChainedException
- Author:
- Steven Barkdull
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComponentException()
ComponentException(String message)
ComponentException(String message, Throwable reas)
ComponentException(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
-
-