Package mil.nga.geopackage
Class GeoPackageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- mil.nga.geopackage.GeoPackageException
-
- All Implemented Interfaces:
Serializable
public class GeoPackageException extends RuntimeException
GeoPackage exception- Author:
- osbornb
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeoPackageException()ConstructorGeoPackageException(String message)ConstructorGeoPackageException(String message, Throwable throwable)ConstructorGeoPackageException(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
-
GeoPackageException
public GeoPackageException()
Constructor
-
GeoPackageException
public GeoPackageException(String message)
Constructor- Parameters:
message- exception message
-
GeoPackageException
public GeoPackageException(String message, Throwable throwable)
Constructor- Parameters:
message- exception messagethrowable- cause
-
GeoPackageException
public GeoPackageException(Throwable throwable)
Constructor- Parameters:
throwable- cause
-
-