Uses of Class
org.pentaho.platform.plugin.action.mondrian.catalog.MondrianCatalogServiceException.Reason

Packages that use MondrianCatalogServiceException.Reason
org.pentaho.platform.plugin.action.mondrian.catalog   
 

Uses of MondrianCatalogServiceException.Reason in org.pentaho.platform.plugin.action.mondrian.catalog
 

Methods in org.pentaho.platform.plugin.action.mondrian.catalog that return MondrianCatalogServiceException.Reason
 MondrianCatalogServiceException.Reason MondrianCatalogServiceException.getReason()
           
static MondrianCatalogServiceException.Reason MondrianCatalogServiceException.Reason.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MondrianCatalogServiceException.Reason[] MondrianCatalogServiceException.Reason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.pentaho.platform.plugin.action.mondrian.catalog with parameters of type MondrianCatalogServiceException.Reason
MondrianCatalogServiceException(String msg, MondrianCatalogServiceException.Reason reason)
           
MondrianCatalogServiceException(String msg, Throwable throwable, MondrianCatalogServiceException.Reason reason)
           
MondrianCatalogServiceException(Throwable throwable, MondrianCatalogServiceException.Reason reason)