core
Class GameLoadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
core.GameLoadException
- All Implemented Interfaces:
- Serializable
public class GameLoadException
- extends Exception
An exception with a user readable error message about what went wrong with
loading a file.
- See Also:
- Serialized Form
Constructor Summary |
GameLoadException(String s)
Creates an exception with a user readable error message about what went
wrong with loading a file. |
GameLoadException(String s,
Throwable t)
Creates an exception with a user readable error message about what went
wrong with loading a file, and keeps the throwable that lead to the
exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
GameLoadException
public GameLoadException(String s)
- Creates an exception with a user readable error message about what went
wrong with loading a file.
- Parameters:
s
- user readable error message
GameLoadException
public GameLoadException(String s,
Throwable t)
- Creates an exception with a user readable error message about what went
wrong with loading a file, and keeps the throwable that lead to the
exception.
- Parameters:
s
- user readable error messaget
- exception that caused this,