Class ParameterNotSetException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.castlabs.android.player.exceptions.ParameterNotSetException
All Implemented Interfaces:
Serializable

public class ParameterNotSetException extends Exception
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 Details

    • ParameterNotSetException

      public ParameterNotSetException()
      Default constructor for ParameterNotSetException.