|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-01 Beta Draft |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
oracle.olapi.OLAPIException
public abstract class OLAPIException
A common superclass for all Oracle OLAP Java API exceptions.
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 OLAPIException . |
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 HasLocalizedMessage
locale
- 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.Throwable
String
that has the message in the language of the
default Locale
.public java.lang.String toString()
OLAPIException
.
toString
in class java.lang.Throwable
String
that has the message for this
OLAPIException
.
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |