public class BaseExceptionWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
message |
protected String |
source |
| Constructor and Description |
|---|
BaseExceptionWrapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Gets the message.
|
String |
getSource()
Gets the source.
|
void |
setMessage(String _message)
Sets the message.
|
void |
setSource(String _source)
Sets the source.
|
public void setSource(String _source)
_source - the new sourcepublic String getSource()
public void setMessage(String _message)
_message - the new messagepublic String getMessage()
Copyright © 2021. All rights reserved.