Package cl.cromer.azaraka.sound
Class SoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- cl.cromer.azaraka.sound.SoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class SoundException extends java.lang.Exception
This exception is thrown when there are problems with a sound- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SoundException(java.lang.String errorMessage)
Throw an error with a message
-