org.eclipse.hyades.logging.events.exceptions
Class MissingValueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.hyades.logging.events.exceptions.MissingValueException
All Implemented Interfaces:
java.io.Serializable

Deprecated. This class is deprecated as of 2004-05-17

public class MissingValueException
extends java.lang.Exception

Exception to indicate that a value was not supplied for a required attribute, when calling a method or creating an object.

See Also:
Serialized Form

Constructor Summary
MissingValueException(java.lang.String attrName)
          Deprecated. Create a new MissingValueException.
 
Method Summary
 java.lang.String getAttributeName()
          Deprecated. Get the name of the attribute with the missing value.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingValueException

public MissingValueException(java.lang.String attrName)
Deprecated. 
Create a new MissingValueException.

Parameters:
attrName - The name of the attribute with the missing value.
Method Detail

getAttributeName

public java.lang.String getAttributeName()
Deprecated. 
Get the name of the attribute with the missing value.

Returns:
The name of the attribute with the missing value.