public class KakaoParameterException extends Exception
Modifier and Type | Class and Description |
---|---|
static class |
KakaoParameterException.ERROR_CODE
카카오링크 프로토콜에 맞지 않는 경우 던지는 에러 코드
|
Constructor and Description |
---|
KakaoParameterException(KakaoParameterException.ERROR_CODE code,
Exception e) |
KakaoParameterException(KakaoParameterException.ERROR_CODE code,
String e) |
KakaoParameterException(String message) |
Modifier and Type | Method and Description |
---|---|
KakaoParameterException.ERROR_CODE |
getCode()
exception을 던지는 이유 code값
|
String |
getMessage()
exception을 던지는 이유 code 값과 에러 메시지
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public KakaoParameterException(KakaoParameterException.ERROR_CODE code, Exception e)
public KakaoParameterException(KakaoParameterException.ERROR_CODE code, String e)
public KakaoParameterException(String message)
public KakaoParameterException.ERROR_CODE getCode()
KakaoParameterException.ERROR_CODE
중 하나public String getMessage()
getMessage
in class Throwable