Class XSPFException

  • All Implemented Interfaces:
    Serializable

    public class XSPFException
    extends IOException
    An general (checked) exception occured during the processing of the XSPF file. This may indicate:
    • the file is completelly corrupted
    • there is missing some mandatory elements or attributes
    • there are some extra elements
    • values (numbers, uris, ...) are in invalid format
    • some other DOM-related failure happened
    Author:
    martin
    See Also:
    Serialized Form
    • Constructor Detail

      • XSPFException

        public XSPFException​(String message,
                             Throwable cause)
        Creates instance.
        Parameters:
        message -
        cause -
      • XSPFException

        public XSPFException​(String message)
        Creates instance.
        Parameters:
        message -