Class ParameterNotSetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.castlabs.android.player.exceptions.ParameterNotSetException
- All Implemented Interfaces:
Serializable
Exception thrown when a required parameter is not set in the player configuration.
This exception is used to indicate that a mandatory parameter was missing or null
when it was required for the operation to proceed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for ParameterNotSetException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParameterNotSetException
public ParameterNotSetException()Default constructor for ParameterNotSetException.
-