- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.praxislive.video.InvalidVideoResourceException
-
- All Implemented Interfaces:
Serializable
public class InvalidVideoResourceException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidVideoResourceException()
Creates a new instance ofInvalidVideoResourceException
without detail message.InvalidVideoResourceException(String msg)
Constructs an instance ofInvalidVideoResourceException
with the specified detail message.InvalidVideoResourceException(String msg, Throwable cause)
Constructs an instance ofInvalidVideoResourceException
with the specified detail message and cause.InvalidVideoResourceException(Throwable cause)
Constructs an instance ofInvalidVideoResourceException
with the specified cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidVideoResourceException
public InvalidVideoResourceException()
Creates a new instance ofInvalidVideoResourceException
without detail message.
-
InvalidVideoResourceException
public InvalidVideoResourceException(String msg)
Constructs an instance ofInvalidVideoResourceException
with the specified detail message.- Parameters:
msg
- the detail message.
-
InvalidVideoResourceException
public InvalidVideoResourceException(Throwable cause)
Constructs an instance ofInvalidVideoResourceException
with the specified cause.- Parameters:
cause
- the cause.
-
-