Class EoulsanError
java.lang.Object
java.lang.Throwable
java.lang.Error
fr.ens.biologie.genomique.eoulsan.EoulsanError
- All Implemented Interfaces:
Serializable
A nestable Eoulsan error. This class came from from BioJava Code.
- Since:
- 1.0
- Author:
- Laurent Jourdren, Matthew Pocock
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new EoulsanError.EoulsanError(String message) Create a new EoulsanError with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EoulsanError
Create a new EoulsanError with a message.- Parameters:
message- the message
-
EoulsanError
public EoulsanError()Create a new EoulsanError.
-