Package com.xceptance.xlt.api.actions
Class UnexpectedPageTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xceptance.xlt.api.actions.UnexpectedPageTypeException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionConstructor.Constructor.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnexpectedPageTypeException
Constructor.- Parameters:
msg- the message to use
-
UnexpectedPageTypeException
Constructor.- Parameters:
msg- the message to usee- the previous exception
-
UnexpectedPageTypeException
Constructor.- Parameters:
e- The previous exception
-