org.sape.carbon.core.util.classify
Class SeverityEnum.SeverityEnumNotFoundException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.sape.carbon.core.exception.BaseException
|
+--org.sape.carbon.core.util.enum.EnumNotFoundException
|
+--org.sape.carbon.core.util.classify.SeverityEnum.SeverityEnumNotFoundException
- All Implemented Interfaces:
- Exceptionable, Serializable
- Enclosing class:
- SeverityEnum
- public class SeverityEnum.SeverityEnumNotFoundException
- extends EnumNotFoundException
This class is a typesafe retriever excepection for an enumeration
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
SeverityEnum.SeverityEnumNotFoundException
public SeverityEnum.SeverityEnumNotFoundException(Class sourceClass,
String name)
- Constructs a SeverityNotFoundException. This exception represents
a failure in the week-typed lookup system of enums and includes
the two methods: getByName and
getByOrdinal
.
- Parameters:
sourceClass
- the source of the failurename
- the name of the enum that was searched for
Copyright 1999-2003 Sapient Corporation. All Rights Reserved.