com.iver.cit.gvsig.fmap.tools
Class BehaviorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.iver.cit.gvsig.fmap.tools.BehaviorException
All Implemented Interfaces:
java.io.Serializable

public class BehaviorException
extends java.lang.Exception

Excepción lanzada cuando falla alguna herramienta.

Author:
Vicente Caballero Navarro
See Also:
Serialized Form

Constructor Summary
BehaviorException(java.lang.String message)
          Crea una nueva BehaviorException.
BehaviorException(java.lang.String message, java.lang.Throwable cause)
          Crea una nueva BehaviorException.
 
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(java.lang.String message)
Crea una nueva BehaviorException.

Parameters:
message -

BehaviorException

public BehaviorException(java.lang.String message,
                         java.lang.Throwable cause)
Crea una nueva BehaviorException.

Parameters:
message -
cause -