com.novell.nds.dirxml.engine.gcv
Class GCVArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.novell.nds.dirxml.engine.gcv.GCVException
              extended by com.novell.nds.dirxml.engine.gcv.GCVArgumentException
All Implemented Interfaces:
Serializable

public class GCVArgumentException
extends GCVException

Derivative of GCVException thrown when a method argument is invalid.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.novell.nds.dirxml.engine.gcv.GCVException
ERR_BAD_DN_DELIMS, ERR_BAD_DN_FORMAT, ERR_BAD_DN_SPACE, ERR_BAD_RANGE_VALUE, ERR_BAD_XML, ERR_DUPLICATE_ENUM_CHOICE, ERR_DUPLICATE_VALUE_NAME, ERR_HEADER_NOT_ALLOWED_HERE, ERR_INSERTION_POINT_NOT_FOUND, ERR_INVALID_ACTIVE_VALUE, ERR_INVALID_GROUP_LEADER, ERR_INVALID_INSTANCE_COUNT, ERR_INVALID_INSTANCE_VALUE, ERR_INVALID_NAME, ERR_INVALID_TYPE_SPECIFIER, ERR_MISSING_ACTIVE_VALUE, ERR_MISSING_DEFINITIONS_ELEMENT, ERR_MISSING_DISPLAY_NAME, ERR_MISSING_DOCUMENT_ELEMENT, ERR_MISSING_ENUM_CHOICES, ERR_MISSING_INSTANCE_VALUE, ERR_MISSING_TEMPLATE, ERR_MULTIPLE_DEFINITIONS_ELEMENT, ERR_MUST_BE_TRUE_OR_FALSE, ERR_REFERENCE_NOT_ALLOWED_HERE, ERR_SUBORDINATE_NOT_ALLOWED, ERR_TYPE_NOT_ALLOWED_HERE, ERR_VALUE_INCOMPLETE, ERR_VALUE_INVALID_CHAR, ERR_VALUE_NULL, ERR_VALUE_OUT_OF_RANGE, ERR_VALUE_REFERENCE_NOT_FOUND
 
Constructor Summary
GCVArgumentException(int code)
          Construct a GCVArgumentException with the passed code.
GCVArgumentException(int code, GCValue value)
          Construct a GCVArgumentException with the passed code.
 
Method Summary
 
Methods inherited from class com.novell.nds.dirxml.engine.gcv.GCVException
getCode, getNode, getValueName
 
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

GCVArgumentException

public GCVArgumentException(int code)
Construct a GCVArgumentException with the passed code.

Parameters:
code - value from GCVException.

GCVArgumentException

public GCVArgumentException(int code,
                            GCValue value)
Construct a GCVArgumentException with the passed code.

Parameters:
code - value from GCVException.
value - GCValue that caused exception.