Package com.xceptance.xlt.api.util
Class XltException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.xceptance.xlt.api.util.XltException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataSetProviderException
The base class for all XLT exceptions. This class may also serve as a "general" exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.XltException
(String message) Constructor.XltException
(String message, Throwable cause) Constructor.XltException
(Throwable cause) 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
-
XltException
public XltException()Constructor. -
XltException
Constructor.- Parameters:
message
- the messagecause
- the cause
-
XltException
Constructor.- Parameters:
message
- the message
-
XltException
Constructor.- Parameters:
cause
- the cause
-