|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
oracle.olapi.OLAPIIllegalStateException
public abstract class OLAPIIllegalStateException
A common superclass for all exceptions that indicate that an operation
cannot succeed because the state of the DataProvider or
Transaction does not support it.
| Method Summary | |
|---|---|
java.lang.String |
getLocalizedMessage()
Gets a message in the language specified by the default java.util.Locale. |
java.lang.String |
getLocalizedMessage(java.util.Locale locale)
Gets a message in the language specified by the java.util.Locale object. |
java.lang.String |
toString()
Gets the message for this OLAPIIllegalStateException. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getLocalizedMessage(java.util.Locale locale)
java.util.Locale object.
getLocalizedMessage in interface HasLocalizedMessagelocale - The Locale object that specifies the language
for the message.
String that has the message in the specified
language.public java.lang.String getLocalizedMessage()
java.util.Locale.
getLocalizedMessage in class java.lang.ThrowableString that has the message in the language of the
default Locale.public java.lang.String toString()
OLAPIIllegalStateException.
toString in class java.lang.ThrowableString that has the message for this
OLAPIIllegalStateException.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||