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
public class FileNamingParsingRuntimeException extends RuntimeException
This class define a runtime exception for filename parsing errors.- Since:
- 2.0
- Author:
- Laurent Jourdren
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileNamingParsingRuntimeException()
Create 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 Detail
-
FileNamingParsingRuntimeException
public FileNamingParsingRuntimeException(String message)
Create a new FileNamingParsingRuntimeException with a message.- Parameters:
message
- the message
-
FileNamingParsingRuntimeException
public FileNamingParsingRuntimeException()
Create a new FileNamingParsingRuntimeException.
-
-