net.daum.dna.exception
Class APICommonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.daum.dna.exception.APICommonException
All Implemented Interfaces:
java.io.Serializable

public class APICommonException
extends java.lang.Exception

The Class APICommonException.

See Also:
Serialized Form

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

APICommonException

public APICommonException()
Instantiates a new API common exception.


APICommonException

public APICommonException(java.lang.String message)
Instantiates a new API common exception.

Parameters:
message - Exception이 발생했을 때 출력할 메세지
Method Detail

setMessage

public void setMessage(java.lang.String message)
Sets the message.

Parameters:
message - the new message

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

printMessage

public void printMessage()
Prints the message.