org.enhydra.zeus.transform
Class NoSuchValueEnumerationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.enhydra.zeus.ZeusException
                    |
                    +--org.enhydra.zeus.transform.TransformerException
                          |
                          +--org.enhydra.zeus.transform.NoSuchValueEnumerationException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchValueEnumerationException
extends TransformerException

NoSuchValueEnumerationException is an extension of TransformerException that provides information about a missing ValueEnumeration that has been requested, generally by name.

Author:
Brett McLaughlin
See Also:
Serialized Form

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 ValueEnumeration 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

NoSuchValueEnumerationException

public NoSuchValueEnumerationException(java.lang.String name)

This will create a NoSuchValueEnumerationException indicating the name of the ValueEnumeration being searched for, and that was not found.

Parameters:
name - the name of the requested enumeration


Copyright © 2002 Enhydra. All Rights Reserved.