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 Details

    • MonomerException

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

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

      public MonomerException​(String msg, Throwable err)