Oracle® Spatial Java API Reference
10g Release 2 (10.2)

B14373-01


oracle.spatial.network
Class NetworkDataException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.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.String message)
Constructs a Network Data Model exception with an error message.

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

Oracle® Spatial Java API Reference
10g Release 2 (10.2)

B14373-01


Copyright © 2005, Oracle. All Rights Reserved.