JavaScript is disabled on your browser.
javolution.xml.stream

Class XMLStreamException

    • Constructor Detail

      • XMLStreamException

        public XMLStreamException()
        Default constructor
      • XMLStreamException

        public XMLStreamException(String msg)
        Constructs an exception with the assocated message.
        Parameters:
        msg - the message to report.
      • XMLStreamException

        public XMLStreamException(Throwable nested)
        Constructs an exception with the assocated nested exception.
        Parameters:
        nested - the nested exception.
      • XMLStreamException

        public XMLStreamException(String msg,
         Throwable nested)
        Constructs an exception with the assocated message and exception.
        Parameters:
        msg - the message to report.
        nested - the nested exception.
      • XMLStreamException

        public XMLStreamException(String msg,
         Location location,
         Throwable nested)
        Constructs an exception with the assocated message, exception and location.
        Parameters:
        msg - the message to report.
        location - the location.
        nested - the nested exception.
      • XMLStreamException

        public XMLStreamException(String msg,
         Location location)
        Constructs an exception with the assocated message, exception and location.
        Parameters:
        msg - the message to report
        location - the location of the error
    • Method Detail

      • getNestedException

        public Throwable getNestedException()
        Returns the nested exception.
        Returns:
        the nested exception
      • getLocation

        public Location getLocation()
        Returns the location of the exception.
        Returns:
        the location of the exception or null if none is available
      • toString

        public String toString()
        Returns the textual representation of this exception.
        Overrides:
        toString in class Throwable
        Returns:
        the string representation of the exception.

Copyright © 2005-2013 Javolution. All Rights Reserved.

AltStyle によって変換されたページ (->オリジナル) /