net.sf.j3d.threeD.ui.menus
Class ImportMenu.CustomExceptionListener

java.lang.Object
  extended by net.sf.j3d.threeD.ui.menus.ImportMenu.CustomExceptionListener
All Implemented Interfaces:
ExceptionListener
Enclosing class:
ImportMenu

public static class ImportMenu.CustomExceptionListener
extends Object
implements ExceptionListener


Field Summary
 boolean thrown
           
 
Constructor Summary
ImportMenu.CustomExceptionListener()
           
 
Method Summary
 void exceptionThrown(Exception e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thrown

public boolean thrown
Constructor Detail

ImportMenu.CustomExceptionListener

public ImportMenu.CustomExceptionListener()
Method Detail

exceptionThrown

public void exceptionThrown(Exception e)
Specified by:
exceptionThrown in interface ExceptionListener