Package org.helm.notation2.exception
Class CalculationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.helm.notation2.exception.CalculationException
- All Implemented Interfaces:
Serializable
public class CalculationException extends Exception
This is the exception thrown for Invalid Structures
- Author:
- zhangtianhong
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CalculationException()Creates a new instance ofStructureExceptionwithout detail message.CalculationException(String msg)Constructs an instance ofStructureExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CalculationException
public CalculationException()Creates a new instance ofStructureExceptionwithout detail message. -
CalculationException
Constructs an instance ofStructureExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-