Package mil.nga.proj
Class ProjectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- mil.nga.proj.ProjectionException
-
- All Implemented Interfaces:
Serializable
public class ProjectionException extends RuntimeException
Projection exception- Author:
- osbornb
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProjectionException()
ConstructorProjectionException(String message)
ConstructorProjectionException(String message, Throwable throwable)
ConstructorProjectionException(Throwable throwable)
Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProjectionException
public ProjectionException()
Constructor
-
ProjectionException
public ProjectionException(String message)
Constructor- Parameters:
message
- error message
-
ProjectionException
public ProjectionException(String message, Throwable throwable)
Constructor- Parameters:
message
- error messagethrowable
- throwable
-
ProjectionException
public ProjectionException(Throwable throwable)
Constructor- Parameters:
throwable
- throwable
-
-