org.geotools.process.raster
Class VectorToRasterException

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

public class VectorToRasterException
extends ProcessException

Exception class used by FeatureRasterizerProcess

Author:
Steve Ansari, NOAA, Michael Bedward
See Also:
Serialized Form

Constructor Summary
VectorToRasterException(java.lang.Exception ex)
           
VectorToRasterException(java.lang.String message)
           
 
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

VectorToRasterException

public VectorToRasterException(java.lang.String message)

VectorToRasterException

public VectorToRasterException(java.lang.Exception ex)


Copyright © 1996-2010 Geotools. All Rights Reserved.