com.iver.cit.gvsig.fmap.layers
Class OperationNotSupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.iver.cit.gvsig.fmap.layers.OperationNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class OperationNotSupportedException
extends java.lang.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:
Serialized Form

Constructor Summary
OperationNotSupportedException()
          Crea una nueva OperationNotSupportedException.
OperationNotSupportedException(java.lang.String message)
          DOCUMENT ME!
OperationNotSupportedException(java.lang.String message, java.lang.Throwable cause)
          DOCUMENT ME!
OperationNotSupportedException(java.lang.Throwable cause)
          DOCUMENT ME!
 
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

OperationNotSupportedException

public OperationNotSupportedException()
Crea una nueva OperationNotSupportedException.


OperationNotSupportedException

public OperationNotSupportedException(java.lang.String message)
DOCUMENT ME!

Parameters:
message -

OperationNotSupportedException

public OperationNotSupportedException(java.lang.String message,
                                      java.lang.Throwable cause)
DOCUMENT ME!

Parameters:
message -
cause -

OperationNotSupportedException

public OperationNotSupportedException(java.lang.Throwable cause)
DOCUMENT ME!

Parameters:
cause -