Class InvalidSpeakerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.craftmend.openaudiomc.api.exceptions.InvalidSpeakerException
All Implemented Interfaces:
Serializable

public class InvalidSpeakerException extends RuntimeException
Thrown when a given speaker is not valid for a certain operation (when its null, or not placed/managed by the API initially)
See Also:
  • Constructor Details

    • InvalidSpeakerException

      public InvalidSpeakerException(String message)