|
||||||||||
| 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.verisign.epp.exception.EPPException
com.verisign.epp.codec.gen.EPPCodecException
com.verisign.epp.codec.gen.EPPDecodeException
public class EPPDecodeException
Represents an exception while decoding an XML Element tree into a concrete
EPPCodecComponent.
| Field Summary |
|---|
| Fields inherited from class com.verisign.epp.codec.gen.EPPCodecException |
|---|
MISSINGPARAMETER, SAX_EXCEPTION, VALUE_MISSINGPARAMETER, VALUE_SAX_EXCEPTION, VALUE_UNDEFINED |
| Constructor Summary | |
|---|---|
EPPDecodeException(EPPCodecException excep)
Copy Constructor for EPPDecodeException that takes the base EPPCodecException. |
|
EPPDecodeException(java.lang.String info)
Constructor for EPPDecodeException that takes an info string. |
|
EPPDecodeException(java.lang.String info,
EPPCodecException excep)
Constructor for EPPDecodeException that takes an info string and the base EPPCodecException. |
|
| Method Summary |
|---|
| Methods inherited from class com.verisign.epp.codec.gen.EPPCodecException |
|---|
equals, getValue |
| 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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EPPDecodeException(java.lang.String info)
info - Text description of the exception.
public EPPDecodeException(java.lang.String info,
EPPCodecException excep)
info - Text description of the exception.excep - the EPPCodecException letting us know which specific error
has occured to be propagated to the Assembler.public EPPDecodeException(EPPCodecException excep)
excep - the EPPCodecException letting us know which specific error
has occured to be propagated to the Assembler.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||