|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.validator.Failure
public class Failure

Failure
| Constructor Summary | |
|---|---|
Failure(int severity,
String section,
String description)
Constructor |
|
Failure(int severity,
String section,
String description,
String code)
Constructor |
|
| Method Summary | |
|---|---|
String |
asText(ResourceBundle rb)
As text |
String |
asXML(ResourceBundle rb)
As XML |
boolean |
equals(Object obj)
|
String |
getCode()
Get the code |
String |
getDescription()
Get the description |
String |
getSection()
Get the section |
int |
getSeverity()
Get the severity |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Failure(int severity,
String section,
String description)
severity - The severitysection - The sectiondescription - The description
public Failure(int severity,
String section,
String description,
String code)
severity - The severitysection - The sectiondescription - The descriptioncode - The code| Method Detail |
|---|
public int getSeverity()
public String getSection()
public String getDescription()
public String getCode()
public String asText(ResourceBundle rb)
rb - The resource bundle
public String asXML(ResourceBundle rb)
rb - The resource bundle
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||