Package fr.becpg.repo.formulation
Class FormulateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.becpg.repo.formulation.FormulateException
- All Implemented Interfaces:
Serializable
FormulateException class.
- Version:
- $Id: $Id
- Author:
- "Matthieu Laborie"
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for FormulateException.FormulateException(String message) Constructor for FormulateException.FormulateException(String message, Throwable cause) Constructor for FormulateException.FormulateException(Throwable cause) Constructor for FormulateException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
FormulateException
public FormulateException()Constructor for FormulateException.
-
FormulateException
Constructor for FormulateException.
-
FormulateException
Constructor for FormulateException.
- Parameters:
message- aStringobject.
-
FormulateException
Constructor for FormulateException.
- Parameters:
cause- aThrowableobject.
-