com.retek.commons.util
Class ErrorSeverity
java.lang.Object
net.innig.util.EnumeratedType
net.innig.util.OrderedType
com.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
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 |
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 © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25