org.gvsig.raster.algorithm.process
Class ProcessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gvsig.raster.algorithm.process.ProcessException
All Implemented Interfaces:
java.io.Serializable

public class ProcessException
extends java.lang.Exception

This exception is thrown when a problem inside a raster process is detected.

Author:
Nacho Brodin (nachobrodin@gmail.com)
See Also:
Serialized Form

Constructor Summary
ProcessException(java.lang.String msg)
           
ProcessException(java.lang.String msg, java.lang.Throwable e)
           
 
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.String msg)

ProcessException

public ProcessException(java.lang.String msg,
                        java.lang.Throwable e)


Copyright © 2014 gvSIG Association. All Rights Reserved.