org.pentaho.platform.plugin.action.mondrian
Class MissingParameterException

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.plugin.action.mondrian.MissingParameterException
All Implemented Interfaces:
Serializable

public class MissingParameterException
extends PentahoCheckedChainedException

See Also:
Serialized Form

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

MissingParameterException

public MissingParameterException(String message)

MissingParameterException

public MissingParameterException(String message,
                                 Throwable reas)

MissingParameterException

public MissingParameterException(Throwable reas)