|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.enhydra.zeus.ZeusException | +--org.enhydra.zeus.transform.TransformerException | +--org.enhydra.zeus.transform.NoSuchValueEnumerationException
NoSuchValueEnumerationException
is an extension of
that provides information
about a missing TransformerException
that has been
requested, generally by name.
ValueEnumeration
Fields inherited from class org.enhydra.zeus.ZeusException |
cause |
Constructor Summary | |
NoSuchValueEnumerationException(java.lang.String name)
This will create a NoSuchValueEnumerationException
indicating the name of the
being searched for, and that was not found. |
Methods inherited from class org.enhydra.zeus.ZeusException |
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NoSuchValueEnumerationException(java.lang.String name)
This will create a NoSuchValueEnumerationException
indicating the name of the
being searched for, and that was not found.
ValueEnumeration
name
- the name of the requested enumeration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |