com.businessobjects.rebean.wi
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.businessobjects.rebean.wi.REException
                  extended by com.businessobjects.rebean.wi.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public final class ConfigurationException
extends REException

The ConfigurationException class defines unique identifiers for exceptions arising from configuration problems. Web Intelligence Report Engine SDK needs the items such as the XML parser and temporary storage space to be configured correctly to avoid this exception being thrown.

See Also:
Serialized Form

Field Summary
static int CLASS_LOAD_ERROR
          Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
static int CONFIG_TEMP_FAIL
          Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
static int DOC_APPLY_FORMAT
          Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
static int DOC_STORAGE
          Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
static int DP_COUNT_FAIL
          Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
static int DP_RESULT_FAIL
          Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
static int DRILL_SERIALIZE
          Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
static int DRILL_XML
          Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
static int ENGINE_TRANSFORMER
          Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
static int ENGINE_TRANSLET
          Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
static int FILE_CREATE_FAIL
          Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
static int FUNCTIONS_DICT_FAIL
          Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
static int INCOMPATIBLE_XALAN
          Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
static int MISSING_UTF8_ENCODING
           
static int OUT_OF_MEMORY
          Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
static int SERVER_CONFIGURATION_FAIL
          Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
static int STORAGE_CREATE_FAIL
          Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
static int STORAGE_GET_FAIL
          Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
static int TOKEN_CREATE_FAIL
          Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
static int VIEW_PARSER
          Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
static int VIEW_TRANSFORM
          Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
static int VIEW_UTF8
          Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
 
Constructor Summary
ConfigurationException(java.lang.String message, java.lang.String localMessage, int errorCode, java.lang.String fullErrorCode, java.lang.Throwable cause)
          Constructor.
 
Method Summary
 
Methods inherited from class com.businessobjects.rebean.wi.REException
getCode, getErrorCode, getLocalizedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ENGINE_TRANSFORMER

@Deprecated
public static final int ENGINE_TRANSFORMER
Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
Could not retrieve the ReportEngine transformer.

See Also:
Constant Field Values

CONFIG_TEMP_FAIL

@Deprecated
public static final int CONFIG_TEMP_FAIL
Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
Could not retrieve the temporary directory.

See Also:
Constant Field Values

DOC_APPLY_FORMAT

@Deprecated
public static final int DOC_APPLY_FORMAT
Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
Could not apply the format on a DocumentInstance.

See Also:
Constant Field Values

DOC_STORAGE

@Deprecated
public static final int DOC_STORAGE
Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
Could not retrieve document storage.

See Also:
Constant Field Values

DP_COUNT_FAIL

@Deprecated
public static final int DP_COUNT_FAIL
Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
Could not retrieve the number of DataProvider used.

See Also:
Constant Field Values

DP_RESULT_FAIL

@Deprecated
public static final int DP_RESULT_FAIL
Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
Could not retrieve the DataProvider results.

See Also:
Constant Field Values

DRILL_SERIALIZE

@Deprecated
public static final int DRILL_SERIALIZE
Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
Could not serialize.

See Also:
Constant Field Values

DRILL_XML

@Deprecated
public static final int DRILL_XML
Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
Could not retrieve the XML Drill.

See Also:
Constant Field Values

ENGINE_TRANSLET

@Deprecated
public static final int ENGINE_TRANSLET
Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
Could not create a ReportEngine translet.

See Also:
Constant Field Values

FILE_CREATE_FAIL

@Deprecated
public static final int FILE_CREATE_FAIL
Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
Could not create a file.

See Also:
Constant Field Values

FUNCTIONS_DICT_FAIL

@Deprecated
public static final int FUNCTIONS_DICT_FAIL
Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
Could not retrieve the Function dictionary.

See Also:
Constant Field Values

SERVER_CONFIGURATION_FAIL

@Deprecated
public static final int SERVER_CONFIGURATION_FAIL
Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
Could not retrieve the server configuration.

See Also:
Constant Field Values

STORAGE_CREATE_FAIL

@Deprecated
public static final int STORAGE_CREATE_FAIL
Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
Could not create storage.

See Also:
Constant Field Values

STORAGE_GET_FAIL

@Deprecated
public static final int STORAGE_GET_FAIL
Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
Could not retrieve storage.

See Also:
Constant Field Values

TOKEN_CREATE_FAIL

@Deprecated
public static final int TOKEN_CREATE_FAIL
Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
fail to create token.

See Also:
Constant Field Values

VIEW_PARSER

@Deprecated
public static final int VIEW_PARSER
Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
Could not retrieve a parser.

See Also:
Constant Field Values

VIEW_TRANSFORM

@Deprecated
public static final int VIEW_TRANSFORM
Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
Could not transform a view.

See Also:
Constant Field Values

VIEW_UTF8

@Deprecated
public static final int VIEW_UTF8
Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
Could not retrieve a view using UTF8 encoding.

See Also:
Constant Field Values

OUT_OF_MEMORY

@Deprecated
public static final int OUT_OF_MEMORY
Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
Not enough memory to perform the action.

See Also:
Constant Field Values

INCOMPATIBLE_XALAN

@Deprecated
public static final int INCOMPATIBLE_XALAN
Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
Xalan version is incompatible with SDK one.

See Also:
Constant Field Values

MISSING_UTF8_ENCODING

public static final int MISSING_UTF8_ENCODING
See Also:
Constant Field Values

CLASS_LOAD_ERROR

@Deprecated
public static final int CLASS_LOAD_ERROR
Deprecated. This error code corresponds to a possible return value for REException.getErrorCode(), which should no longer be called; use REException.getCode() instead.
A class loading error.

See Also:
Constant Field Values
Constructor Detail

ConfigurationException

public ConfigurationException(java.lang.String message,
                              java.lang.String localMessage,
                              int errorCode,
                              java.lang.String fullErrorCode,
                              java.lang.Throwable cause)
Constructor.

Parameters:
message - The error message (default language).
localMessage - A localized version of message (session language).
errorCode - The unique identifier associated with this exception.
fullErrorCode - The error code with the correct prefix.
cause - The exception that caused this exception to be thrown. Can be null.