Package org.geotools.process
Class ProcessException
Object
Throwable
Exception
RuntimeException
ProcessException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
VectorToRasterException
A runtime exception used when executing a process.
- Since:
- 2.6
- Author:
- Michael Bedward
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessException
(String message) ProcessException
(String message, Throwable cause) ProcessException
(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessException
-
ProcessException
-
ProcessException
-