Package mil.nga.sf.util
Class SFException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- mil.nga.sf.util.SFException
-
- All Implemented Interfaces:
Serializable
public class SFException extends RuntimeException
Simple Features exception- Author:
- osbornb
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SFException()
ConstructorSFException(String message)
ConstructorSFException(String message, Throwable throwable)
ConstructorSFException(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
-
SFException
public SFException()
Constructor
-
SFException
public SFException(String message)
Constructor- Parameters:
message
- error message
-
SFException
public SFException(String message, Throwable throwable)
Constructor- Parameters:
message
- error messagethrowable
- throwable
-
SFException
public SFException(Throwable throwable)
Constructor- Parameters:
throwable
- throwable
-
-