|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.novell.nds.dirxml.engine.gcv.GCVException
com.novell.nds.dirxml.engine.gcv.GCVXmlParseException
public class GCVXmlParseException
Derivative of GCVException
thrown when the XML representation
of GCVs is incorrect.
Field Summary |
---|
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 |
---|
public GCVXmlParseException(int code)
GCVXmlParseException
with the passed code.
code
- value from GCVException
.public GCVXmlParseException(int code, Node node)
GCVXmlParseException
with the passed code.
code
- value from GCVException
.node
- XML Node that caused the exceptionpublic GCVXmlParseException(int code, Object[] parms)
GCVXmlParseException
with the passed code
and detail message.
code
- value from GCVException
.parms
- parameters for messagepublic GCVXmlParseException(int code, Object[] parms, Node node)
GCVXmlParseException
with the passed code
and detail message.
code
- value from GCVException
.parms
- parameters for messagenode
- XML Node that caused the exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |