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 SummaryConstructors Constructor Description GeoPackageException()ConstructorGeoPackageException(String message)ConstructorGeoPackageException(String message, Throwable throwable)ConstructorGeoPackageException(Throwable throwable)Constructor
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
GeoPackageExceptionpublic GeoPackageException() Constructor
 - 
GeoPackageExceptionpublic GeoPackageException(String message) Constructor- Parameters:
- message- exception message
 
 - 
GeoPackageExceptionpublic GeoPackageException(String message, Throwable throwable) Constructor- Parameters:
- message- exception message
- throwable- cause
 
 - 
GeoPackageExceptionpublic GeoPackageException(Throwable throwable) Constructor- Parameters:
- throwable- cause
 
 
- 
 
-