|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.weblab_project.services.exception.WebLabException
public class WebLabException
This is the common exception to be shared by the services. It contains an error message which is free to use and a errorId which is normalised.
Java class for webLabException complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="webLabException"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="errorId" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
errorId
|
protected java.lang.String |
errorMessage
|
Constructor Summary | |
---|---|
WebLabException()
|
Method Summary | |
---|---|
java.lang.String |
getErrorId()
Gets the value of the errorId property. |
java.lang.String |
getErrorMessage()
Gets the value of the errorMessage property. |
void |
setErrorId(java.lang.String value)
Sets the value of the errorId property. |
void |
setErrorMessage(java.lang.String value)
Sets the value of the errorMessage property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String errorMessage
protected java.lang.String errorId
Constructor Detail |
---|
public WebLabException()
Method Detail |
---|
public java.lang.String getErrorMessage()
String
public void setErrorMessage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getErrorId()
String
public void setErrorId(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |