Package org.gvsig.fmap.mapcontext.layers
Class OperationNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.fmap.mapcontext.layers.OperationNotSupportedException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionCrea una nueva OperationNotSupportedException.OperationNotSupportedException(String message) DOCUMENT ME!OperationNotSupportedException(String message, Throwable cause) DOCUMENT ME!DOCUMENT ME! -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OperationNotSupportedException
public OperationNotSupportedException()Crea una nueva OperationNotSupportedException. -
OperationNotSupportedException
DOCUMENT ME!- Parameters:
message-
-
OperationNotSupportedException
DOCUMENT ME!- Parameters:
message-cause-
-
OperationNotSupportedException
DOCUMENT ME!- Parameters:
cause-
-