uk.ac.leeds.ccg.andyt.projects.genesis.core
Class GENESIS_ErrorAndExceptionHandler

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.generic.core.Generic_ErrorAndExceptionHandler
      extended by uk.ac.leeds.ccg.andyt.projects.genesis.core.GENESIS_ErrorAndExceptionHandler

public abstract class GENESIS_ErrorAndExceptionHandler
extends uk.ac.leeds.ccg.andyt.generic.core.Generic_ErrorAndExceptionHandler


Field Summary
static int ArgsErrorExitStatus
           
static int EnvironmentNullExitStatus
           
static int JAXBExceptionExitStatus
           
static int NotFoundObjectsToSwapExitStatus
           
static int OutOfMemoryErrorExitStatus
           
static int TimeInconsistentException
           
 
Fields inherited from class uk.ac.leeds.ccg.andyt.generic.core.Generic_ErrorAndExceptionHandler
ClassNotFoundException, Error, Exception, FileNotFoundException, IOException, MPIException, NumberFormatException
 
Constructor Summary
GENESIS_ErrorAndExceptionHandler()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ArgsErrorExitStatus

public static final int ArgsErrorExitStatus
See Also:
Constant Field Values

EnvironmentNullExitStatus

public static final int EnvironmentNullExitStatus
See Also:
Constant Field Values

TimeInconsistentException

public static final int TimeInconsistentException
See Also:
Constant Field Values

OutOfMemoryErrorExitStatus

public static final int OutOfMemoryErrorExitStatus
See Also:
Constant Field Values

NotFoundObjectsToSwapExitStatus

public static final int NotFoundObjectsToSwapExitStatus
See Also:
Constant Field Values

JAXBExceptionExitStatus

public static final int JAXBExceptionExitStatus
See Also:
Constant Field Values
Constructor Detail

GENESIS_ErrorAndExceptionHandler

public GENESIS_ErrorAndExceptionHandler()