it.eng.spago.error
Class EMFErrorCategory

java.lang.Object
  extended byit.eng.spago.error.EMFErrorCategory

public class EMFErrorCategory
extends java.lang.Object

Questa classe gestisce le possibili categorie utilizzabili all'atto della costruzione di un errore.

See Also:
EMFErrorHandler

Field Summary
static java.lang.String INTERNAL_ERROR
           
static java.lang.String USER_ERROR
           
static java.lang.String VALIDATION_ERROR
           
 
Constructor Summary
EMFErrorCategory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTERNAL_ERROR

public static final java.lang.String INTERNAL_ERROR
See Also:
Constant Field Values

USER_ERROR

public static final java.lang.String USER_ERROR
See Also:
Constant Field Values

VALIDATION_ERROR

public static final java.lang.String VALIDATION_ERROR
See Also:
Constant Field Values
Constructor Detail

EMFErrorCategory

public EMFErrorCategory()