Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

oracle.olapi.metadata.mtm
Class MtmInvalidMetadataException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.olapi.metadata.mtm.MtmInvalidMetadataException

public class MtmInvalidMetadataException
extends java.lang.RuntimeException

Indicates that the requested operation on an MTM object cannot be performed, most likely 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 method in the MtmDimensionOrderSpecification class.

See Also:
Serialized Form

Constructor Summary
MtmInvalidMetadataException()
           

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

MtmInvalidMetadataException

public MtmInvalidMetadataException()

Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

Copyright © 2002, 2003, Oracle. All Rights Reserved.