Package nzilbb.media

Class MediaException

  • All Implemented Interfaces:
    Serializable

    public class MediaException
    extends Exception
    Exception during media processing.
    Author:
    Robert Fromont robert@fromont.net.nz
    See Also:
    Serialized Form
    • Constructor Detail

      • MediaException

        public MediaException()
        Default constructor.
      • MediaException

        public MediaException​(String message)
        Constructor with message.
        Parameters:
        message - The error message.
      • MediaException

        public MediaException​(Throwable cause)
        Constructor with cause.
        Parameters:
        cause - The root cause of the error.
      • MediaException

        public MediaException​(String message,
                              Throwable cause)
        Constructor with message and cause.
        Parameters:
        message - The error message.
        cause - The root cause of the error.