oracle.spatial.network
Class NetworkDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.spatial.network.NetworkDataException
All Implemented Interfaces:
java.io.Serializable

public class NetworkDataException
extends java.lang.Exception

This class defines the exceptions for Oracle Spatial Network Data Model

See Also:
Serialized Form

Constructor Summary
NetworkDataException()
          Constucts a Network Data Model Exception without messgae.
NetworkDataException(java.lang.Exception ex)
           
NetworkDataException(java.lang.String message)
          Constructs a Network Data Model exception with an error message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetworkDataException

public NetworkDataException()
Constucts a Network Data Model Exception without messgae.


NetworkDataException

public NetworkDataException(java.lang.String message)
Constructs a Network Data Model exception with an error message.

Parameters:
message - the error message to be printed

NetworkDataException

public NetworkDataException(java.lang.Exception ex)