Documentation of 'javolution37.javolution.xml.XmlException' Java class
XmlException
javolution37.javolution.xml

Class XmlException

  • All Implemented Interfaces:
    java.io.Serializable


    public class XmlException
    extends java.lang.RuntimeException

    Signals that a problem of some sort has occurred when serializing/deserializaing an object from its XML representation.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      XmlException()
      Constructs a XmlException with no detail message.
      XmlException(java.lang.String message)
      Constructs a XmlException with the specified detail message.
      XmlException(java.lang.String message, java.lang.Throwable cause)
      Constructs a XmlException with the specified detail message and cause.
      XmlException(java.lang.Throwable cause)
      Constructs a XmlException with the specified cause.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Throwable getCause()
      Returns the original cause of this xml exception.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • XmlException

        public XmlException()
        Constructs a XmlException with no detail message.
      • XmlException

        public XmlException(java.lang.String message)
        Constructs a XmlException with the specified detail message.
        Parameters:
        message - the detail message.
      • XmlException

        public XmlException(java.lang.String message,
                            java.lang.Throwable cause)
        Constructs a XmlException with the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - the cause.
      • XmlException

        public XmlException(java.lang.Throwable cause)
        Constructs a XmlException with the specified cause.
        Parameters:
        cause - the cause.
    • Method Detail

      • getCause

        public java.lang.Throwable getCause()
        Returns the original cause of this xml exception.
        Overrides:
        getCause in class java.lang.Throwable
        Returns:
        the cause of this exception or null if the cause is nonexistent or unknown.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.