Package org.helm.notation2.exception
Class MonomerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.helm.notation2.exception.MonomerException
- All Implemented Interfaces:
Serializable
public class MonomerException extends Exception
This is the exception thrown for Invalid Monomers
- Author:
- zhangtianhong
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MonomerException()Creates a new instance ofMonomerExceptionwithout detail message.MonomerException(String msg)Constructs an instance ofMonomerExceptionwith the specified detail message.MonomerException(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
-
MonomerException
public MonomerException()Creates a new instance ofMonomerExceptionwithout detail message. -
MonomerException
Constructs an instance ofMonomerExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
MonomerException
-