Class XmlLoadException

    • Constructor Detail

      • XmlLoadException

        public XmlLoadException​(Throwable cause)
        Parameters:
        cause - underlying exception that caused this to be thrown
      • XmlLoadException

        public XmlLoadException​(String msg)
      • XmlLoadException

        public XmlLoadException​(String msg,
                                Throwable cause)
    • Method Detail

      • getCause

        public Throwable getCause()
        Returns the cause of this throwable or null if the cause is nonexistent or unknown.
        Overrides:
        getCause in class Throwable