Package com.javahollic.jira.emh.api
Interface IJEMHReportEntry
-
public interface IJEMHReportEntry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getMessage
String getMessage()
-
setMessage
void setMessage(String message)
-
getExceptionMessage
String getExceptionMessage()
-
setExceptionMessage
void setExceptionMessage(String exception)
-
getExceptionType
String getExceptionType()
-
setExceptionType
void setExceptionType(String type)
-
getExceptionStack
String getExceptionStack()
-
setExceptionStack
void setExceptionStack(String stack)
-
getValueSupplied
String getValueSupplied()
-
setValueSupplied
void setValueSupplied(String valueSupplied)
-
getValidValues
String getValidValues()
-
setValidValues
void setValidValues(String validValues)
-
-