Class XSPFRuntimeException

  • All Implemented Interfaces:
    Serializable

    public class XSPFRuntimeException
    extends RuntimeException
    An general unchecked (runtime) exception occured during the processing of the XSPF file. This exception can get thrown in the cases, where the checked exception is not applicable, i.e. during the Java streams operations. Do not instantite and throw directly, use the ExceptionWrapper to do so.
    Author:
    martin
    See Also:
    Serialized Form
    • Constructor Detail

      • XSPFRuntimeException

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

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

        public XSPFRuntimeException​(Throwable cause)
        Creates instance.
        Parameters:
        cause -