Class SoundDoesNotExistException

java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.r1r0r0.deltaengine.exceptions.SoundDoesNotExistException
All Implemented Interfaces:
java.io.Serializable

public class SoundDoesNotExistException
extends java.lang.Exception
Exception thrown when the user wants to play a music but the music isn't in the SoundEngine memory
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    SoundDoesNotExistException​(java.lang.String name)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SoundDoesNotExistException

      public SoundDoesNotExistException​(java.lang.String name)