Class EoulsanError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- fr.ens.biologie.genomique.eoulsan.EoulsanError
-
- All Implemented Interfaces:
Serializable
public class EoulsanError extends Error
A nestable Eoulsan error. This class came from from BioJava Code.- Since:
- 1.0
- Author:
- Laurent Jourdren, Matthew Pocock
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EoulsanError()
Create 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 Detail
-
EoulsanError
public EoulsanError(String message)
Create a new EoulsanError with a message.- Parameters:
message
- the message
-
EoulsanError
public EoulsanError()
Create a new EoulsanError.
-
-