Class MarkupException

    • Constructor Detail

      • MarkupException

        public MarkupException​(String message)
        Constructor
        Parameters:
        message - The problem description
      • MarkupException

        public MarkupException​(org.apache.wicket.util.resource.IResourceStream resource,
                               String message)
        Parameters:
        resource - The markup resource where this exception occurred
        message - The message
      • MarkupException

        public MarkupException​(org.apache.wicket.util.resource.IResourceStream resource,
                               String message,
                               Throwable cause)
        Parameters:
        resource - The markup where this exception occurred
        message - The message
        cause - The causing exception
      • MarkupException

        public MarkupException​(MarkupStream markupStream,
                               String message)
        Parameters:
        markupStream - The markup stream where this exception occurred
        message - The message
      • MarkupException

        public MarkupException​(MarkupStream markupStream,
                               String message,
                               Throwable cause)
        Parameters:
        markupStream - The markup stream where this exception occurred
        message - The message
        cause - The causing exception