graphics
Class GLDisplay.MyExceptionHandler

java.lang.Object
  extended by graphics.GLDisplay.MyExceptionHandler
All Implemented Interfaces:
ExceptionHandler
Enclosing class:
GLDisplay

private class GLDisplay.MyExceptionHandler
extends Object
implements ExceptionHandler


Constructor Summary
private GLDisplay.MyExceptionHandler()
           
 
Method Summary
 void handleException(Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GLDisplay.MyExceptionHandler

private GLDisplay.MyExceptionHandler()
Method Detail

handleException

public void handleException(Exception e)
Specified by:
handleException in interface ExceptionHandler