Package fr.r1r0r0.deltaengine.exceptions

  • Exception Summary
    Exception Description
    AIAlreadyAttachedException
    Exception thrown when trying to attach an AI to an entity, but an AI is already attached to it
    AlreadyInitializedException
    Exception thrown when an object, class or anything is trying to be initialized, but it is already initialized
    IllegalCallException
    Exception thrown when a method should not be called, but called anyway
    InputKeyStackingError
    Exception thrown when trying to add a new event into a specified key, but the key already have an event attached
    NotInitializedException
    Exception thrown when method, class or anything hasn't been initialized yet
    SoundAlreadyExistException
    Exception thrown when trying to add a new Sound into the SoundEngine memory, but the Sound name already exist
    SoundDoesNotExistException
    Exception thrown when the user wants to play a music but the music isn't in the SoundEngine memory