org.gvsig.fmap.mapcontrol.tools
Class BehaviorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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:
Serialized Form

Constructor Summary
BehaviorException(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
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

BehaviorException

public BehaviorException(String message)

Creates a new behavior exception with the specified detail message.

See Also:
Exception.Exception(String)

BehaviorException

public BehaviorException(String message,
                         Throwable cause)

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

See Also:
Exception.Exception(String, Throwable)


Copyright © 2004-2013 gvSIG. All Rights Reserved.