jcontrol.system
Class ErrorHandler

java.lang.Object
  extended by jcontrol.system.ErrorHandler

public class ErrorHandler
extends Object

The JControl Error-Handler. The method onError() of this class is automatically invoked by the JControl virtual machine if an error happened.


Constructor Summary
ErrorHandler()
           
 
Method Summary
static void onError(int majorID, int minorID, int[] offsets, String exceptionName)
          ErrorHandler entry function
 
Methods inherited from class java.lang.Object
clone, equals, getClass, notifyAll, toString, wait
 

Constructor Detail

ErrorHandler

public ErrorHandler()
Method Detail

onError

public static void onError(int majorID,
                           int minorID,
                           int[] offsets,
                           String exceptionName)
ErrorHandler entry function

Parameters:
majorID -
minorID -
offsets -
exceptionName -