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 Details

    • CalculationException

      public CalculationException()
      Creates a new instance of StructureException without detail message.
    • CalculationException

      public CalculationException​(String msg)
      Constructs an instance of StructureException with the specified detail message.
      Parameters:
      msg - the detail message.