org.pentaho.platform.engine.core.solution
Class ActionInfo.ActionInfoParseException

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.engine.core.solution.ActionInfo.ActionInfoParseException
All Implemented Interfaces:
Serializable
Enclosing class:
ActionInfo

public static class ActionInfo.ActionInfoParseException
extends PentahoCheckedChainedException

See Also:
Serialized Form

Constructor Summary
ActionInfo.ActionInfoParseException()
           
ActionInfo.ActionInfoParseException(String message)
           
ActionInfo.ActionInfoParseException(String message, Throwable reas)
           
ActionInfo.ActionInfoParseException(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

ActionInfo.ActionInfoParseException

public ActionInfo.ActionInfoParseException(String message,
                                           Throwable reas)

ActionInfo.ActionInfoParseException

public ActionInfo.ActionInfoParseException(String message)

ActionInfo.ActionInfoParseException

public ActionInfo.ActionInfoParseException(Throwable reas)

ActionInfo.ActionInfoParseException

public ActionInfo.ActionInfoParseException()