amip.api.highlevel.util
Class Utils

java.lang.Object
  extended by amip.api.highlevel.util.Utils

public class Utils
extends java.lang.Object


Constructor Summary
Utils()
           
 
Method Summary
static void errorToException(int err)
           
static int eventClassToCode(java.lang.Class c)
           
static java.lang.Class eventCodeToClass(int code)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

errorToException

public static void errorToException(int err)
                             throws GeneralClientException
Throws:
GeneralClientException

eventCodeToClass

public static java.lang.Class eventCodeToClass(int code)

eventClassToCode

public static int eventClassToCode(java.lang.Class c)