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 Details

    • NotationException

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

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

      public NotationException​(String msg, Throwable err)