fr.kaamelot.reporter.exception
Class DataEvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.kaamelot.reporter.exception.DataEvaluationException
All Implemented Interfaces:
java.io.Serializable

public class DataEvaluationException
extends java.lang.Exception

Version:
$Id$
Author:
Kaamelot - 2006 Description :
See Also:
Serialized Form

Constructor Summary
DataEvaluationException()
           
DataEvaluationException(java.lang.String message)
           
DataEvaluationException(java.lang.String message, java.lang.Throwable _cause)
           
DataEvaluationException(java.lang.Throwable _cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

DataEvaluationException

public DataEvaluationException()

DataEvaluationException

public DataEvaluationException(java.lang.String message)
Parameters:
message -

DataEvaluationException

public DataEvaluationException(java.lang.String message,
                               java.lang.Throwable _cause)
Parameters:
message -
cause -

DataEvaluationException

public DataEvaluationException(java.lang.Throwable _cause)
Parameters:
cause -
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable
Returns:


Copyright © 2007-2008 Kaamelot Plugins. All Rights Reserved.