Class SelectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.utils.swing.objectSelection.SelectionException
- All Implemented Interfaces:
Serializable
Excepción que indica que el modelo del control ObjectSelection no puede
proporcionar la información requerida.
- Author:
- Fernando González Cortés
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSelectionException(String message) constructorSelectionException(String message, Throwable cause) constructorSelectionException(Throwable cause) constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SelectionException
public SelectionException() -
SelectionException
constructor- Parameters:
message-
-
SelectionException
constructor- Parameters:
message-cause-
-
SelectionException
constructor- Parameters:
cause-
-