oracle.sdoapi.util
Class InvalidMetaDataException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.sdoapi.util.InvalidMetaDataException
All Implemented Interfaces:
java.io.Serializable

public class InvalidMetaDataException
extends java.lang.Exception

InvalidMetaDataException is an exception class that is thrown when an invalid metadata object is detected.

See Also:
Serialized Form

Constructor Summary
InvalidMetaDataException()
          Default constructor.
InvalidMetaDataException(java.lang.String message)
          Constructs this exception with a message string.
 
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

InvalidMetaDataException

public InvalidMetaDataException()
Default constructor.

InvalidMetaDataException

public InvalidMetaDataException(java.lang.String message)
Constructs this exception with a message string.
Parameters:
message - a message string indicating the detailed reason