|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.project.Exception
public class Exception
Java class for exception complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="exception">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="clazz" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="column" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="line" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="localizedMessage" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="message" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="publicId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="src" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="systemId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
clazz
|
protected java.lang.Integer |
column
|
protected java.lang.Integer |
line
|
protected java.lang.String |
localizedMessage
|
protected java.lang.String |
message
|
protected java.lang.String |
publicId
|
protected java.lang.String |
src
|
protected java.lang.String |
systemId
|
| Constructor Summary | |
|---|---|
Exception()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getClazz()
Gets the value of the clazz property. |
java.lang.Integer |
getColumn()
Gets the value of the column property. |
java.lang.Integer |
getLine()
Gets the value of the line property. |
java.lang.String |
getLocalizedMessage()
Gets the value of the localizedMessage property. |
java.lang.String |
getMessage()
Gets the value of the message property. |
java.lang.String |
getPublicId()
Gets the value of the publicId property. |
java.lang.String |
getSrc()
Gets the value of the src property. |
java.lang.String |
getSystemId()
Gets the value of the systemId property. |
void |
setClazz(java.lang.String value)
Sets the value of the clazz property. |
void |
setColumn(java.lang.Integer value)
Sets the value of the column property. |
void |
setLine(java.lang.Integer value)
Sets the value of the line property. |
void |
setLocalizedMessage(java.lang.String value)
Sets the value of the localizedMessage property. |
void |
setMessage(java.lang.String value)
Sets the value of the message property. |
void |
setPublicId(java.lang.String value)
Sets the value of the publicId property. |
void |
setSrc(java.lang.String value)
Sets the value of the src property. |
void |
setSystemId(java.lang.String value)
Sets the value of the systemId 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 clazz
protected java.lang.Integer column
protected java.lang.Integer line
protected java.lang.String localizedMessage
protected java.lang.String message
protected java.lang.String publicId
protected java.lang.String src
protected java.lang.String systemId
| Constructor Detail |
|---|
public Exception()
| Method Detail |
|---|
public java.lang.String getClazz()
Stringpublic void setClazz(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getColumn()
Integerpublic void setColumn(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getLine()
Integerpublic void setLine(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getLocalizedMessage()
Stringpublic void setLocalizedMessage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMessage()
Stringpublic void setMessage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPublicId()
Stringpublic void setPublicId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSrc()
Stringpublic void setSrc(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSystemId()
Stringpublic void setSystemId(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 | |||||||||