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

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.GCVXmlParseException
All Implemented Interfaces:
Serializable

public class GCVXmlParseException
extends GCVException

Derivative of GCVException thrown when the XML representation of GCVs is incorrect.

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
GCVXmlParseException(int code)
          Construct a GCVXmlParseException with the passed code.
GCVXmlParseException(int code, Node node)
          Construct a GCVXmlParseException with the passed code.
GCVXmlParseException(int code, Object[] parms)
          Construct a GCVXmlParseException with the passed code and detail message.
GCVXmlParseException(int code, Object[] parms, Node node)
          Construct a GCVXmlParseException with the passed code and detail message.
 
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

GCVXmlParseException

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

Parameters:
code - value from GCVException.

GCVXmlParseException

public GCVXmlParseException(int code,
                            Node node)
Construct a GCVXmlParseException with the passed code.

Parameters:
code - value from GCVException.
node - XML Node that caused the exception

GCVXmlParseException

public GCVXmlParseException(int code,
                            Object[] parms)
Construct a GCVXmlParseException with the passed code and detail message.

Parameters:
code - value from GCVException.
parms - parameters for message

GCVXmlParseException

public GCVXmlParseException(int code,
                            Object[] parms,
                            Node node)
Construct a GCVXmlParseException with the passed code and detail message.

Parameters:
code - value from GCVException.
parms - parameters for message
node - XML Node that caused the exception