Uses of Enum Class
org.pentaho.platform.plugin.action.olap.IOlapServiceException.Reason
Packages that use IOlapServiceException.Reason
-
Uses of IOlapServiceException.Reason in org.pentaho.platform.plugin.action.olap
Methods in org.pentaho.platform.plugin.action.olap that return IOlapServiceException.ReasonModifier and TypeMethodDescriptionstatic IOlapServiceException.ReasonIOlapServiceException.getReason()Provides the rough category of the exception.static IOlapServiceException.ReasonReturns the enum constant of this class with the specified name.static IOlapServiceException.Reason[]IOlapServiceException.Reason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.pentaho.platform.plugin.action.olap with parameters of type IOlapServiceException.ReasonModifierConstructorDescriptionIOlapServiceException(String msg, Throwable throwable, IOlapServiceException.Reason reason) IOlapServiceException(String msg, IOlapServiceException.Reason reason) IOlapServiceException(Throwable throwable, IOlapServiceException.Reason reason)