com.badlogic.gdx.utils
Class GdxRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.badlogic.gdx.utils.GdxRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
public class GdxRuntimeException
- extends java.lang.RuntimeException
Typed runtime exception used throughout libgdx
- Author:
- mzechner
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GdxRuntimeException
public GdxRuntimeException(java.lang.String message)
GdxRuntimeException
public GdxRuntimeException(java.lang.Throwable t)
GdxRuntimeException
public GdxRuntimeException(java.lang.String message,
java.lang.Throwable t)
Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)