org.geotools.process
Class ProcessException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by 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

Constructor Summary
ProcessException(String message)
           
ProcessException(String message, Throwable cause)
           
ProcessException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessException

public ProcessException(Throwable cause)

ProcessException

public ProcessException(String message,
                        Throwable cause)

ProcessException

public ProcessException(String message)


Copyright © 1996-2014 Geotools. All Rights Reserved.