com.retek.commons.util
Class ErrorSeverity

java.lang.Object
  extended bynet.innig.util.EnumeratedType
      extended bynet.innig.util.OrderedType
          extended bycom.retek.commons.util.ErrorSeverity
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public final class ErrorSeverity
extends net.innig.util.OrderedType

List of all possible error severities. Error severities are used throughout the system to determine how to handle or display exceptions.

Retek Inc. Copyright (c) 2003

See Also:
Serialized Form

Field Summary
static ErrorSeverity ERROR
           
static ErrorSeverity FATAL
           
static ErrorSeverity INFO
           
static ErrorSeverity MAX
           
static ErrorSeverity MIN
           
static ErrorSeverity WARNING
           
 
Methods inherited from class net.innig.util.OrderedType
allTypeNamesSorted, allTypesSorted, comparator, compareTo, getOrder, greaterThan, greaterThanEq, lessThan, lessThanEq, nameComparator
 
Methods inherited from class net.innig.util.EnumeratedType
allTypeNames, allTypes, equals, getName, hashCode, readResolve, resolveFromName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INFO

public static final ErrorSeverity INFO

WARNING

public static final ErrorSeverity WARNING

ERROR

public static final ErrorSeverity ERROR

FATAL

public static final ErrorSeverity FATAL

MIN

public static final ErrorSeverity MIN

MAX

public static final ErrorSeverity MAX


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28