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

B14373-01


oracle.spatial.util
Class GeometryExceptionWithContext

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.spatial.util.GeometryExceptionWithContext

All Implemented Interfaces:
java.io.Serializable

public class GeometryExceptionWithContext
extends java.lang.Exception
See Also:
Serialized Form

Field Summary
protected java.lang.String m_context
protected java.lang.String m_oracleErrorMessage
protected java.lang.String m_specifics

Constructor Summary
GeometryExceptionWithContext(java.lang.String oracleErrorMessage, java.lang.String specifics, java.lang.String context)

Method Summary
java.lang.String getContext()
java.lang.String getOracleErrorMessage()
java.lang.String getSpecifics()

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

Field Detail

m_oracleErrorMessage

protected final java.lang.String m_oracleErrorMessage

m_specifics

protected final java.lang.String m_specifics

m_context

protected final java.lang.String m_context

Constructor Detail

GeometryExceptionWithContext

public GeometryExceptionWithContext(java.lang.String oracleErrorMessage,
                                    java.lang.String specifics,
                                    java.lang.String context)

Method Detail

getOracleErrorMessage

public java.lang.String getOracleErrorMessage()

getSpecifics

public java.lang.String getSpecifics()

getContext

public java.lang.String getContext()

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

B14373-01


Copyright © 2005, Oracle. All Rights Reserved.