Package org.helm.notation2.exception
Class NucleotideLoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.helm.notation2.exception.NucleotideLoadingException
- All Implemented Interfaces:
Serializable
public class NucleotideLoadingException extends IOException
This is the exception thrown for errors while loading nucleotides from source to store.
- Author:
- lanigm
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NucleotideLoadingException()Creates a new instance ofNucleotideLoadingExceptionwithout detail message.NucleotideLoadingException(String msg)Constructs an instance ofNucleotideLoadingExceptionwith the specified detail message.NucleotideLoadingException(String msg, Throwable err) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NucleotideLoadingException
public NucleotideLoadingException()Creates a new instance ofNucleotideLoadingExceptionwithout detail message. -
NucleotideLoadingException
Constructs an instance ofNucleotideLoadingExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
NucleotideLoadingException
-