|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.suggestion.util.ExceptionUtil
public class ExceptionUtil
Utility class to facilitate error handling.
| Constructor Summary | |
|---|---|
ExceptionUtil()
|
|
| Method Summary | |
|---|---|
static void |
missingDuringDecode(java.lang.String aElement)
Helper method for dealing with missing elements while decoding. |
static void |
missingDuringEncode(java.lang.String aElement)
Helper method for dealing with missing elements while encoding. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExceptionUtil()
| Method Detail |
|---|
public static void missingDuringDecode(java.lang.String aElement)
throws EPPDecodeException
aElement - element that is missing
EPPDecodeException
public static void missingDuringEncode(java.lang.String aElement)
throws EPPEncodeException
aElement - element that is missing
EPPDecodeException
EPPEncodeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||