fr.ifremer.isisfish.simulator.sensitivity
Class SensitivityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.ifremer.isisfish.simulator.sensitivity.SensitivityException
All Implemented Interfaces:
Serializable

public class SensitivityException
extends Exception

Sensitivity Exception throw if calculator, fail to answer (ex : R) or something else.

Version:
$Revision: 1.0 $ Last update : $Date: 26 févr. 2009 $ By : $Author: chatellier $
Author:
chatellier
See Also:
Serialized Form

Constructor Summary
SensitivityException(String message)
          Constructor with message.
SensitivityException(String message, Throwable cause)
          Constructor with 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

SensitivityException

public SensitivityException(String message)
Constructor with message.

Parameters:
message - message

SensitivityException

public SensitivityException(String message,
                            Throwable cause)
Constructor with message and cause.

Parameters:
message - message
cause - exception cause


Copyright © 1999-2010 CodeLutin. All Rights Reserved.