Class MarkdownRuntimeException

All Implemented Interfaces:
Serializable

@Incubating public class MarkdownRuntimeException extends GroovyRuntimeException
Represents a runtime exception that occurred while parsing Markdown.
Since:
6.0.0
See Also:
  • Constructor Details

    • MarkdownRuntimeException

      public MarkdownRuntimeException(String msg)
      Creates an exception with the supplied detail message.
      Parameters:
      msg - the detail message
    • MarkdownRuntimeException

      public MarkdownRuntimeException(Throwable cause)
      Creates an exception that wraps the supplied cause.
      Parameters:
      cause - the underlying cause
    • MarkdownRuntimeException

      public MarkdownRuntimeException(String msg, Throwable cause)
      Creates an exception with the supplied detail message and cause.
      Parameters:
      msg - the detail message
      cause - the underlying cause