Class SemanticServicesError
- java.lang.Object
-
- edu.cornell.mannlib.semservices.bo.SemanticServicesError
-
public class SemanticServicesError extends Object
-
-
Constructor Summary
Constructors Constructor Description SemanticServicesError()SemanticServicesError(String exception, String message, String severity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetException()StringgetMessage()StringgetSeverity()voidsetException(String exception)voidsetMessage(String message)voidsetSeverity(String severity)
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Returns:
- the message
-
setMessage
public void setMessage(String message)
- Parameters:
message- the message to set
-
getException
public String getException()
- Returns:
- the exception
-
setException
public void setException(String exception)
- Parameters:
exception- the exception to set
-
getSeverity
public String getSeverity()
- Returns:
- the severity
-
setSeverity
public void setSeverity(String severity)
- Parameters:
severity- the severity to set
-
-