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
      • MarkupException

        public MarkupException​(Markup markup,
                               String message,
                               Throwable cause)
        Construct.
        Parameters:
        markup -
        message -
        cause -
    • Method Detail

      • getMarkupStream

        public MarkupStream getMarkupStream()
        Returns:
        Returns the MarkupStream.
      • setMarkupStream

        public void setMarkupStream​(MarkupStream markupStream)
        Set the markup stream which caused the exception
        Parameters:
        markupStream -