Home
last modified time | relevance | path

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

/dports/graphics/jogamp-jogl/gluegen/src/java/com/jogamp/common/
H A DExceptionUtils.java135 public static void dumpThrowable(final String additionalDescr, final Throwable t) { in dumpThrowable() method in ExceptionUtils
150 …public static void dumpThrowable(final String additionalDescr, final Throwable t, final int causeD… in dumpThrowable() method in ExceptionUtils
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/acore/
H A DTestGLException01NEWT.java80 public static void dumpThrowable(final Throwable t) { in dumpThrowable() method in TestGLException01NEWT