ilog.views.maps.projection
Class IlvProjectionException

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

public abstract class IlvProjectionException
extends IlvCoordinateTransformationException

This class is the base class for exceptions related to projections.

See Also:
Serialized Form

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

IlvProjectionException

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


IlvProjectionException

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

Parameters:
s - the message


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