public class GeoPackageException
extends java.lang.RuntimeException
Constructor and Description |
---|
GeoPackageException()
Default constructor.
|
GeoPackageException(java.lang.String msg)
Build a GeoPackage exception with detailed information.
|
GeoPackageException(java.lang.String msg, java.lang.Throwable e)
Construct a GeoPackage exception with an exception cause and detailed information.
|
GeoPackageException(java.lang.Throwable e)
Construct a GeoPackage exception with an exception cause.
|
public GeoPackageException()
Default constructor.
public GeoPackageException(java.lang.String msg)
Build a GeoPackage exception with detailed information.
msg
- the detailed message.public GeoPackageException(java.lang.Throwable e)
Construct a GeoPackage exception with an exception cause.
e
- abnormal cause.public GeoPackageException(java.lang.String msg, java.lang.Throwable e)
Construct a GeoPackage exception with an exception cause and detailed information.
msg
- the detailed message.e
- abnormal cause.