org.geotools.process
Class ProcessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.geotools.process.ProcessException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VectorToRasterException

public class ProcessException
extends java.lang.Exception

An exception class for processes

Since:
2.6
Author:
Michael Bedward
See Also:
Serialized Form

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

Constructor Detail

ProcessException

public ProcessException(java.lang.Throwable cause)

ProcessException

public ProcessException(java.lang.String message,
                        java.lang.Throwable cause)

ProcessException

public ProcessException(java.lang.String message)


Copyright © 1996-2010 Geotools. All Rights Reserved.