Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


oracle.spatial.geometry
Class DataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.spatial.geometry.DataException

All Implemented Interfaces:
java.io.Serializable

public class DataException
extends java.lang.Exception

Reports SDOVIS exception related with map data access. This exception will be thrown when the renderer encounters error when accessing theme or map data. In most cases it nests an SQL exception.

See Also:
Serialized Form

Field Summary
 java.lang.String description
           
 java.lang.Throwable detail
           

 

Constructor Summary
DataException()
           
DataException(java.lang.String message)
           
DataException(java.lang.String message, java.lang.Throwable ex)
           
DataException(java.lang.Throwable ex)
           

 

Method Summary
 void printStackTrace()
          Prints the composite message to System.err.
 void printStackTrace(java.io.PrintStream ps)
          Prints the composite message and the embedded stack trace to the specified stream ps.
 void printStackTrace(java.io.PrintWriter pw)
          Prints the composite message and the embedded stack trace to the specified print writer pw.
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace

 

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

 

Field Detail

description

public java.lang.String description

detail

public java.lang.Throwable detail

Constructor Detail

DataException

public DataException()

DataException

public DataException(java.lang.Throwable ex)

DataException

public DataException(java.lang.String message)

DataException

public DataException(java.lang.String message,
                     java.lang.Throwable ex)

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream ps)
Prints the composite message and the embedded stack trace to the specified stream ps.
Overrides:
printStackTrace in class java.lang.Throwable
Parameters:
ps - the print stream

printStackTrace

public void printStackTrace()
Prints the composite message to System.err.
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)
Prints the composite message and the embedded stack trace to the specified print writer pw.
Overrides:
printStackTrace in class java.lang.Throwable
Parameters:
pw - the print writer

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


Copyright © 2007, Oracle. All Rights Reserved.