Class BehaviorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.fmap.mapcontrol.tools.BehaviorException
All Implemented Interfaces:
Serializable

public class BehaviorException extends Exception

Exception produced when fails the process that interacts with a MapControl object, using some tool.

Author:
Vicente Caballero Navarro
See Also:
  • Constructor Details

    • BehaviorException

      public BehaviorException(String message)

      Creates a new behavior exception with the specified detail message.

      See Also:
    • BehaviorException

      public BehaviorException(String message, Throwable cause)

      Creates a new behavior exception with the specified detail message and cause.

      See Also: