Package | Description |
---|---|
org.pentaho.platform.plugin.action.olap |
Modifier and Type | Method and Description |
---|---|
static IOlapServiceException.Reason |
IOlapServiceException.Reason.convert(Throwable t) |
IOlapServiceException.Reason |
IOlapServiceException.getReason()
Provides the rough category of the exception.
|
static IOlapServiceException.Reason |
IOlapServiceException.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IOlapServiceException.Reason[] |
IOlapServiceException.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
IOlapServiceException(String msg,
IOlapServiceException.Reason reason) |
IOlapServiceException(String msg,
Throwable throwable,
IOlapServiceException.Reason reason) |
IOlapServiceException(Throwable throwable,
IOlapServiceException.Reason reason) |
Copyright © 2017 Hitachi Vantara. All rights reserved.