Class OperationNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.fmap.mapcontext.layers.OperationNotSupportedException
All Implemented Interfaces:
Serializable

public class OperationNotSupportedException extends Exception
Lanzada cuando se intenta realizar una operación generalmente sobre una clase abstracta o interfaz y la implementación de dicha clase abstracta o interfaz no soporta dicha operación. Ver la descripción del método que la originó
See Also:
  • Constructor Details

    • OperationNotSupportedException

      public OperationNotSupportedException()
      Crea una nueva OperationNotSupportedException.
    • OperationNotSupportedException

      public OperationNotSupportedException(String message)
      DOCUMENT ME!
      Parameters:
      message -
    • OperationNotSupportedException

      public OperationNotSupportedException(String message, Throwable cause)
      DOCUMENT ME!
      Parameters:
      message -
      cause -
    • OperationNotSupportedException

      public OperationNotSupportedException(Throwable cause)
      DOCUMENT ME!
      Parameters:
      cause -