Class BufferOperationException

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

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

    • BufferOperationException

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

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

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