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