Package org.helm.notation2.exception
Class MonomerLoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.helm.notation2.exception.MonomerLoadingException
- All Implemented Interfaces:
Serializable
public class MonomerLoadingException extends IOException
This is the exception thrown for errors while loading monomers from source to store.
- Author:
- lanigm
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MonomerLoadingException()Creates a new instance ofMonomerLoadingExceptionwithout detail message.MonomerLoadingException(String msg)Constructs an instance ofMonomerLoadingExceptionwith the specified detail message.MonomerLoadingException(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
-
MonomerLoadingException
public MonomerLoadingException()Creates a new instance ofMonomerLoadingExceptionwithout detail message. -
MonomerLoadingException
Constructs an instance ofMonomerLoadingExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
MonomerLoadingException
-