|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--oracle.olapi.metadata.MetadataFactoryException
Indicates that Oracle OLAP cannot perform the requested metadata factory operation; usually, this exception occurs because the specified parameters for the method are not valid. For example, this exception is thrown when the String
parameters are invalid for the setOrder
or setNullRule
methods of the MtmDimensionOrderSpecification
class.
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 MetadataFactoryException . |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getMessage, printStackTrace, printStackTrace, printStackTrace |
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.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
.String
that has the message in the language of the default Locale
.public java.lang.String toString()
MetadataFactoryException
.String
that has the message for this MetadataFactoryException
.
|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |