java.lang.Object
java.lang.Throwable
java.lang.Exception
org.praxislive.video.InvalidVideoResourceException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofInvalidVideoResourceExceptionwithout detail message.Constructs an instance ofInvalidVideoResourceExceptionwith the specified detail message.InvalidVideoResourceException(String msg, Throwable cause) Constructs an instance ofInvalidVideoResourceExceptionwith the specified detail message and cause.Constructs an instance ofInvalidVideoResourceExceptionwith 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 Details
-
InvalidVideoResourceException
public InvalidVideoResourceException()Creates a new instance ofInvalidVideoResourceExceptionwithout detail message. -
InvalidVideoResourceException
Constructs an instance ofInvalidVideoResourceExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
InvalidVideoResourceException
Constructs an instance ofInvalidVideoResourceExceptionwith the specified cause.- Parameters:
cause- the cause.
-
InvalidVideoResourceException
Constructs an instance ofInvalidVideoResourceExceptionwith the specified detail message and cause.- Parameters:
msg- the detail message.cause- the cause.
-