Package cz.martlin.xspf.util
Class XSPFException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- cz.martlin.xspf.util.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 Summary
Constructors Constructor Description XSPFException(String message)Creates instance.XSPFException(String message, Throwable cause)Creates instance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-