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:
java.io.Serializable
- Direct Known Subclasses:
DataSetProviderException
public class XltException extends java.lang.RuntimeException
The base class for all XLT exceptions. This class may also serve as a "general" exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XltException()
Constructor.XltException(java.lang.String message)
Constructor.XltException(java.lang.String message, java.lang.Throwable cause)
Constructor.XltException(java.lang.Throwable cause)
Constructor.
-
-
-
Constructor Detail
-
XltException
public XltException()
Constructor.
-
XltException
public XltException(java.lang.String message, java.lang.Throwable cause)
Constructor.- Parameters:
message
- the messagecause
- the cause
-
XltException
public XltException(java.lang.String message)
Constructor.- Parameters:
message
- the message
-
XltException
public XltException(java.lang.Throwable cause)
Constructor.- Parameters:
cause
- the cause
-
-