Class InvalidVideoResourceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.praxislive.video.InvalidVideoResourceException
All Implemented Interfaces:
Serializable

public class InvalidVideoResourceException extends Exception
See Also:
  • Constructor Details

    • InvalidVideoResourceException

      public InvalidVideoResourceException()
      Creates a new instance of InvalidVideoResourceException without detail message.
    • InvalidVideoResourceException

      public InvalidVideoResourceException(String msg)
      Constructs an instance of InvalidVideoResourceException with the specified detail message.
      Parameters:
      msg - the detail message.
    • InvalidVideoResourceException

      public InvalidVideoResourceException(Throwable cause)
      Constructs an instance of InvalidVideoResourceException with the specified cause.
      Parameters:
      cause - the cause.
    • InvalidVideoResourceException

      public InvalidVideoResourceException(String msg, Throwable cause)
      Constructs an instance of InvalidVideoResourceException with the specified detail message and cause.
      Parameters:
      msg - the detail message.
      cause - the cause.