com.deltax.util.listener
Class ExceptionSignal

java.lang.Object
  extended bycom.deltax.util.listener.Signal
      extended bycom.deltax.util.listener.ExceptionSignal

public class ExceptionSignal
extends Signal

A signal carrying an exception.

Version:
1.0
Author:
Cristiano Sadun

Field Summary
protected  java.lang.Exception e
           
 
Constructor Summary
ExceptionSignal(java.lang.Exception exception, java.lang.Object source)
          Create a signal carrying the given exception from the given source
 
Method Summary
 java.lang.Exception getException()
          Return the carried exception.
 
Methods inherited from class com.deltax.util.listener.Signal
getSource, sourceSupportsExceptionSignals
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

e

protected java.lang.Exception e
Constructor Detail

ExceptionSignal

public ExceptionSignal(java.lang.Exception exception,
                       java.lang.Object source)
Create a signal carrying the given exception from the given source

Parameters:
exception -
Method Detail

getException

public java.lang.Exception getException()
Return the carried exception.

Returns:
the carried exception.