org.gvsig.raster.tools.algorithm.maskthreshold
Class MaskthresholdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gvsig.raster.tools.algorithm.maskthreshold.MaskthresholdException
All Implemented Interfaces:
java.io.Serializable

public class MaskthresholdException
extends java.lang.Exception

This exception is thrown if happen problems processing data with this algorithm.

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

Constructor Summary
MaskthresholdException(java.lang.String msg)
           
MaskthresholdException(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

MaskthresholdException

public MaskthresholdException(java.lang.String msg)

MaskthresholdException

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


Copyright © 2011-2014 gvSIG Association. All Rights Reserved.