Package org.geotiff.epsg
Class InvalidCodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.geotiff.epsg.InvalidCodeException
-
- All Implemented Interfaces:
Serializable
public class InvalidCodeException extends Exception
Represents the Exception when an invalid coordinate system code is entered.- Author:
- Niles D. Ritter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidCodeException()
InvalidCodeException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidCodeException
public InvalidCodeException()
-
InvalidCodeException
public InvalidCodeException(String msg)
-
-