Package org.geotools.process
Class ProcessException
- Object
-
- Throwable
-
- Exception
-
- RuntimeException
-
- ProcessException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
VectorToRasterException
public class ProcessException extends RuntimeException
A runtime exception used when executing a process.- Since:
- 2.6
- Author:
- Michael Bedward
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessException(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
-
-