uk.ac.leeds.ccg.andyt.projects.moses.utilities
Class ErrorAndExceptionHandler

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.projects.moses.utilities.ErrorAndExceptionHandler

public abstract class ErrorAndExceptionHandler
extends java.lang.Object

A class for handling errors and exceptions.


Field Summary
static int ClassNotFoundException
           
static int Error
           
static int Exception
           
static int FileNotFoundException
           
static int IOException
           
static int MPIException
           
static int NumberFormatException
           
 
Constructor Summary
ErrorAndExceptionHandler()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Error

public static int Error

Exception

public static int Exception

IOException

public static int IOException

FileNotFoundException

public static int FileNotFoundException

ClassNotFoundException

public static int ClassNotFoundException

NumberFormatException

public static int NumberFormatException

MPIException

public static int MPIException
Constructor Detail

ErrorAndExceptionHandler

public ErrorAndExceptionHandler()