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)
    • MarkdownRuntimeException

      public MarkdownRuntimeException(Throwable cause)
    • MarkdownRuntimeException

      public MarkdownRuntimeException(String msg, Throwable cause)