ilog.views.maps.srs.coordtrans
Class IlvCoordinateTransformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ilog.views.maps.srs.coordtrans.IlvCoordinateTransformationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IlvProjectionException

public class IlvCoordinateTransformationException
extends Exception

An exception thrown by the coordinate transformation package.

Since:
JViews 5.0
See Also:
Serialized Form

Constructor Summary
IlvCoordinateTransformationException()
          Creates an instance of the class IlvCoordinateTransformationException with no message.
IlvCoordinateTransformationException(String s)
          Creates an instance of the class IlvCoordinateTransformationException with the specified message.
 
Method Summary
 
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

IlvCoordinateTransformationException

public IlvCoordinateTransformationException()
Creates an instance of the class IlvCoordinateTransformationException with no message.


IlvCoordinateTransformationException

public IlvCoordinateTransformationException(String s)
Creates an instance of the class IlvCoordinateTransformationException with the specified message.

Parameters:
s - The message.


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