Class UnexpectedPageTypeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnexpectedPageTypeException
    extends java.lang.Exception
    An exception to indicate that the wrong page type was loaded and the conversion to an XML or HTML page would fail.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnexpectedPageTypeException

        public UnexpectedPageTypeException​(java.lang.String msg)
        Constructor.
        Parameters:
        msg - the message to use
      • UnexpectedPageTypeException

        public UnexpectedPageTypeException​(java.lang.String msg,
                                           java.lang.Throwable e)
        Constructor.
        Parameters:
        msg - the message to use
        e - the previous exception
      • UnexpectedPageTypeException

        public UnexpectedPageTypeException​(java.lang.Throwable e)
        Constructor.
        Parameters:
        e - The previous exception