Class 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.
    • 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

      • XltException

        public XltException()
        Constructor.
      • XltException

        public XltException​(java.lang.String message,
                            java.lang.Throwable cause)
        Constructor.
        Parameters:
        message - the message
        cause - 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