|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.hyperion.css.CSSException | +--com.hyperion.css.common.configuration.CSSConfigurationException
The exception class that details an abnormality in the configuration component.
Field Summary |
Constructor Summary | |
CSSConfigurationException()
Constructor with no arguments. |
|
CSSConfigurationException(java.lang.String explanation)
Constructor with explanation argument. |
|
CSSConfigurationException(java.lang.String explanation,
long errorCode)
Constructor with explanation and errorCode arguments. |
|
CSSConfigurationException(java.lang.String explanation,
java.lang.Throwable rootException)
Constructor with explanation and rootException arguments. |
|
CSSConfigurationException(java.lang.Throwable rootException)
Constructor with rootException argument. |
Method Summary | |
long |
getErrorCode()
Gets the error Code. |
java.lang.String |
getProvider()
Gets the provider where the configuration issue has been isolated in. |
void |
setProvider(java.lang.String providerName)
Associates a configuration issue to a particular provider |
Methods inherited from class com.hyperion.css.CSSException |
getMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setLocale, setRootCause, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CSSConfigurationException(java.lang.String explanation)
Constructor with explanation argument.
explanation
- String that states the reason for the exception.public CSSConfigurationException(java.lang.String explanation, long errorCode)
Constructor with explanation and errorCode arguments.
explanation
- String that states the reason for the exception.errorCode
- Specifies the type of error and is associated with an exception class.public CSSConfigurationException(java.lang.Throwable rootException)
Constructor with rootException argument.
rootException
- The exception that caused this exception.public CSSConfigurationException(java.lang.String explanation, java.lang.Throwable rootException)
Constructor with explanation and rootException arguments.
explanation
- String that states the reason for the exception.rootException
- The exception that caused this exception.public CSSConfigurationException()
Constructor with no arguments.
Method Detail |
public long getErrorCode()
Gets the error Code. Need to override this method so that the right error code gets assigned. Note that Java methods are virtual but not instance variables.
getErrorCode
in interface CSSAppExceptionIF
getErrorCode
in class CSSException
public void setProvider(java.lang.String providerName)
Associates a configuration issue to a particular provider
public java.lang.String getProvider()
Gets the provider where the configuration issue has been isolated in.
getProvider
in class CSSException
|
Copyright 2004 Hyperion Solutions Corporation. All rights reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |