com.hyperion.css
Class CSSMethodNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hyperion.css.CSSBaseException
com.hyperion.css.CSSException
com.hyperion.css.CSSMethodNotSupportedException
- All Implemented Interfaces:
- java.io.Serializable
public class CSSMethodNotSupportedException
- extends CSSException
This exception, if thrown, implies that a method (of an interface) is not supported in a particular working mode of
CSS, for example, Fusion mode or EPM mode.
Note that this is different from the CSSMethodNotImplementedException
where the understanding is that
the current (version of) implementation of CSS does not implement the method and that it could be implemented in
future versions.
- Since:
- CSSv11.1.2.0
- Author:
- jprakash
- See Also:
- Serialized Form
Fields inherited from class com.hyperion.css.CSSBaseException |
area_Code, error_Code, errorArguments, errorMessage, hasErrorArguments, hasRootCause, locale, logLevel, providerName, rootCausesList, rootMessagesList |
Constructor Summary |
CSSMethodNotSupportedException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode)
|
CSSMethodNotSupportedException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode,
java.lang.Object param1)
|
CSSMethodNotSupportedException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode,
java.lang.Object[] args)
|
CSSMethodNotSupportedException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode,
java.lang.Throwable thrown)
|
CSSMethodNotSupportedException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode,
java.lang.Throwable thrown,
java.lang.Object param1)
|
CSSMethodNotSupportedException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode,
java.lang.Throwable thrown,
java.lang.Object[] args)
|
Methods inherited from class com.hyperion.css.CSSException |
getErrorCode, getExceptionMessage, getExceptionMessage, getMessage, getMessage, getRootCause, getRootException, getRootMessage, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setExceptionMessage, setExceptionMessage, setExceptionMessage, setRootException, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CSSMethodNotSupportedException
public CSSMethodNotSupportedException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode)
CSSMethodNotSupportedException
public CSSMethodNotSupportedException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode,
java.lang.Throwable thrown)
CSSMethodNotSupportedException
public CSSMethodNotSupportedException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode,
java.lang.Throwable thrown,
java.lang.Object param1)
CSSMethodNotSupportedException
public CSSMethodNotSupportedException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode,
java.lang.Throwable thrown,
java.lang.Object[] args)
CSSMethodNotSupportedException
public CSSMethodNotSupportedException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode,
java.lang.Object param1)
CSSMethodNotSupportedException
public CSSMethodNotSupportedException(java.util.Map context,
java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String errorCode,
java.lang.Object[] args)
Copyright © 2005-2009 Oracle Corporation.