public interface IJEMHReportEntry
Modifier and Type | Method and Description |
---|---|
String |
getExceptionMessage() |
String |
getExceptionStack() |
String |
getExceptionType() |
String |
getMessage() |
String |
getValidValues() |
String |
getValueSupplied() |
void |
setExceptionMessage(String exception) |
void |
setExceptionStack(String stack) |
void |
setExceptionType(String type) |
void |
setMessage(String message) |
void |
setValidValues(String validValues) |
void |
setValueSupplied(String valueSupplied) |
String getMessage()
void setMessage(String message)
String getExceptionMessage()
void setExceptionMessage(String exception)
String getExceptionType()
void setExceptionType(String type)
String getExceptionStack()
void setExceptionStack(String stack)
String getValueSupplied()
void setValueSupplied(String valueSupplied)
String getValidValues()
void setValidValues(String validValues)
Copyright © 2008–2022 The Plugin People. All rights reserved.