org.geotools.process
Class ProcessException
Object
Throwable
Exception
RuntimeException
ProcessException
- All Implemented Interfaces:
- Serializable
public class ProcessException
- extends RuntimeException
A runtime exception used when executing a process.
- Since:
- 2.6
- Author:
- Michael Bedward
- See Also:
- Serialized Form
Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProcessException
public ProcessException(Throwable cause)
ProcessException
public ProcessException(String message,
Throwable cause)
ProcessException
public ProcessException(String message)
Copyright © 1996-2014 Geotools. All Rights Reserved.