Class 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

      Constructors 
      Constructor Description
      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

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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)