All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bigcustard.scene2dplus.sound.NoSoundFileException Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.bigcustard.scene2dplus.sound;

import com.badlogic.gdx.files.FileHandle;

public class NoSoundFileException extends RuntimeException {
    public NoSoundFileException(FileHandle file) {
        super("The sound file is missing: " + file.path());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy