Class HTMLDisplayerException

  • All Implemented Interfaces:
    Serializable

    public class HTMLDisplayerException
    extends Exception
    Base exception for the HTML Displayer.
    Since:
    10.11RC1
    Version:
    $Id: c768dbcaff38fe7ae3db9dd7355eeed9137fed91 $
    See Also:
    Serialized Form
    • Constructor Detail

      • HTMLDisplayerException

        public HTMLDisplayerException​(String message,
                                      Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method)
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). A null value is permitted, and indicates that the cause is nonexistent or unknown