Package org.gvsig.fmap.mapcontrol.tools
Class BehaviorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.fmap.mapcontrol.tools.BehaviorException
- All Implemented Interfaces:
Serializable
Exception produced when fails the process that interacts with a MapControl object,
using some tool.
- Author:
- Vicente Caballero Navarro
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBehaviorException(String message) Creates a new behavior exception with the specified detail message.BehaviorException(String message, Throwable cause) Creates a new behavior exception with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BehaviorException
Creates a new behavior exception with the specified detail message.
- See Also:
-
BehaviorException
Creates a new behavior exception with the specified detail message and cause.
- See Also:
-