com.badlogic.gdx.utils
Class GdxRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.badlogic.gdx.utils.GdxRuntimeException
All Implemented Interfaces:
Serializable

public class GdxRuntimeException
extends RuntimeException

Typed runtime exception used throughout libgdx

Author:
mzechner
See Also:
Serialized Form

Constructor Summary
GdxRuntimeException(String message)
           
GdxRuntimeException(String message, Throwable t)
           
GdxRuntimeException(Throwable t)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GdxRuntimeException

public GdxRuntimeException(String message)

GdxRuntimeException

public GdxRuntimeException(Throwable t)

GdxRuntimeException

public GdxRuntimeException(String message,
                           Throwable t)


Copyright © 2013. All Rights Reserved.