com.iver.cit.gvsig.fmap.layers
Class CancelationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.iver.cit.gvsig.fmap.layers.CancelationException
All Implemented Interfaces:
java.io.Serializable

public class CancelationException
extends java.lang.RuntimeException

Clase lanzada en los manejadores de eventos para indicar que el manejo de dicho evento ha producido una excepción.

See Also:
Serialized Form

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

CancelationException

public CancelationException()
Crea una CancelationException.


CancelationException

public CancelationException(java.lang.String message)
Crea una CancelationException.

Parameters:
message -

CancelationException

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

Parameters:
message -
cause -

CancelationException

public CancelationException(java.lang.Throwable cause)
Crea una CancelationException.

Parameters:
cause -