ecologylab.projection
Class SameCoordinatesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ecologylab.projection.SameCoordinatesException
All Implemented Interfaces:
java.io.Serializable

public class SameCoordinatesException
extends java.lang.Exception

Author:
Zachary O. Toups (toupsz@cs.tamu.edu)
See Also:
Serialized Form

Constructor Summary
SameCoordinatesException()
           
SameCoordinatesException(java.lang.String message)
           
SameCoordinatesException(java.lang.String message, java.lang.Throwable cause)
           
SameCoordinatesException(java.lang.Throwable cause)
           
 
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

SameCoordinatesException

public SameCoordinatesException()

SameCoordinatesException

public SameCoordinatesException(java.lang.String message)
Parameters:
message -

SameCoordinatesException

public SameCoordinatesException(java.lang.Throwable cause)
Parameters:
cause -

SameCoordinatesException

public SameCoordinatesException(java.lang.String message,
                                java.lang.Throwable cause)
Parameters:
message -
cause -