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

org.ggp.base.player.gamer.exception.GamePreviewException Maven / Gradle / Ivy

There is a newer version: 0.0.15
Show newest version
package org.ggp.base.player.gamer.exception;

@SuppressWarnings("serial")
public final class GamePreviewException extends Exception
{
    public GamePreviewException(Throwable cause) {
        super(cause);
    }

    @Override
    public String toString()
    {
        return "An unhandled exception occurred during game previewing!";
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy