Class UnexpectedPageTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xceptance.xlt.api.actions.UnexpectedPageTypeException
All Implemented Interfaces:
Serializable

public class UnexpectedPageTypeException extends 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:
  • Constructor Details

    • UnexpectedPageTypeException

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

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

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