ilog.views.maps.format.oracle
Class IlvSDOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by ilog.views.maps.format.oracle.IlvSDOException
All Implemented Interfaces:
Serializable

public class IlvSDOException
extends IOException

The exception returned by the SDO feature iterator.

See Also:
Serialized Form

Constructor Summary
IlvSDOException(SQLException e)
          Initializes an IlvSDOException with an SQLException.
IlvSDOException(String message)
          Initializes an IlvSDOException with a message.
 
Method Summary
 SQLException getSQLException()
          Returns the SQLException, if any.
 
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

IlvSDOException

public IlvSDOException(String message)
Initializes an IlvSDOException with a message.

Parameters:
message - A message

IlvSDOException

public IlvSDOException(SQLException e)
Initializes an IlvSDOException with an SQLException.

Parameters:
e - The SQL exception
Method Detail

getSQLException

public SQLException getSQLException()
Returns the SQLException, if any.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.