Class FileNamingParsingRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.ens.biologie.genomique.eoulsan.core.FileNamingParsingRuntimeException
- All Implemented Interfaces:
Serializable
This class define a runtime exception for filename parsing errors.
- Since:
- 2.0
- Author:
- Laurent Jourdren
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new FileNamingParsingRuntimeException.FileNamingParsingRuntimeException(String message) Create a new FileNamingParsingRuntimeException 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
-
FileNamingParsingRuntimeException
Create a new FileNamingParsingRuntimeException with a message.- Parameters:
message- the message
-
FileNamingParsingRuntimeException
public FileNamingParsingRuntimeException()Create a new FileNamingParsingRuntimeException.
-