Home
last modified time | relevance | path

Searched defs:GdxRuntimeException (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DGdxRuntimeException.java22 public class GdxRuntimeException extends RuntimeException { class
25 public GdxRuntimeException (String message) { in GdxRuntimeException() method in GdxRuntimeException
29 public GdxRuntimeException (Throwable t) { in GdxRuntimeException() method in GdxRuntimeException
33 public GdxRuntimeException (String message, Throwable t) { in GdxRuntimeException() method in GdxRuntimeException