fr.ifremer.isisfish.simulator.sensitivity
Class SensitivityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 - messagecause - exception cause
Copyright © 1999-2010 CodeLutin. All Rights Reserved.