|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.daum.dna.exception.APICommonException
public class APICommonException
The Class APICommonException.
Constructor Summary | |
---|---|
APICommonException()
Instantiates a new API common exception. |
|
APICommonException(java.lang.String message)
Instantiates a new API common exception. |
Method Summary | |
---|---|
java.lang.String |
getMessage()
|
void |
printMessage()
Prints the message. |
void |
setMessage(java.lang.String message)
Sets the message. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public APICommonException()
public APICommonException(java.lang.String message)
message
- Exception이 발생했을 때 출력할 메세지Method Detail |
---|
public void setMessage(java.lang.String message)
message
- the new messagepublic java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public void printMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |