Class BandException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.raster.lib.buffer.api.exceptions.BandException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class BandException extends org.gvsig.tools.exception.BaseException
Author:
fdiaz
See Also:
  • Constructor Details

    • BandException

      protected BandException(String message, String key, long code)
    • BandException

      protected BandException(String message, Throwable cause, String key, long code)
    • BandException

      public BandException(Throwable cause)
      Default constructor
      Parameters:
      cause -