Class XStreamException

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected XStreamException()
      Default constructor.
        XStreamException​(java.lang.String message)
      Constructs an XStreamException with a message.
        XStreamException​(java.lang.String message, java.lang.Throwable cause)
      Constructs an XStreamException with a message as wrapper for a different causing Throwable.
        XStreamException​(java.lang.Throwable cause)
      Constructs an XStreamException as wrapper for a different causing Throwable.
    • 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

      • XStreamException

        protected XStreamException()
        Default constructor.
        Since:
        1.3
      • XStreamException

        public XStreamException​(java.lang.String message)
        Constructs an XStreamException with a message.
        Parameters:
        message -
        Since:
        1.3
      • XStreamException

        public XStreamException​(java.lang.Throwable cause)
        Constructs an XStreamException as wrapper for a different causing Throwable.
        Parameters:
        cause -
        Since:
        1.3
      • XStreamException

        public XStreamException​(java.lang.String message,
                                java.lang.Throwable cause)
        Constructs an XStreamException with a message as wrapper for a different causing Throwable.
        Parameters:
        message -
        cause -
        Since:
        1.3