org.pentaho.platform.api.engine
Class ComponentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.platform.api.util.PentahoCheckedChainedException
              extended by org.pentaho.platform.api.engine.ComponentException
All Implemented Interfaces:
Serializable

public class ComponentException
extends PentahoCheckedChainedException

Author:
Steven Barkdull
See Also:
Serialized Form

Constructor Summary
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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentException

public ComponentException(String message,
                          Throwable reas)

ComponentException

public ComponentException(String message)

ComponentException

public ComponentException(Throwable reas)

ComponentException

public ComponentException()