public class ExceptionWrapper extends Object
| Constructor and Description |
|---|
ExceptionWrapper() |
ExceptionWrapper(String exceptionType,
String exceptionMessage,
String exception) |
ExceptionWrapper(Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
String |
getException() |
String |
getExceptionMessage() |
String |
getExceptionType() |
void |
setException(String exception) |
void |
setExceptionMessage(String exceptionMessage) |
void |
setExceptionType(String exceptionType) |
String |
toString() |
public ExceptionWrapper()
public ExceptionWrapper(String exceptionType, String exceptionMessage, String exception)
public ExceptionWrapper(Throwable error)
public String getExceptionType()
public void setExceptionType(String exceptionType)
public String getExceptionMessage()
public void setExceptionMessage(String exceptionMessage)
public String getException()
public void setException(String exception)
Copyright © 2018. All Rights Reserved.