|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
com.cysols.iodef.XMLValidationError
public class XMLValidationError
Encapsulate an XML validation error or warning.
| Constructor Summary | |
|---|---|
XMLValidationError(SAXParseException error)
Constructs a XMLValidationError with error instance. |
|
| Method Summary | |
|---|---|
void |
addError(SAXParseException error)
Appends the specified element to the end of error list. |
String |
getMessage()
Create the message in which all error is included. |
String[] |
getMessages()
Creates the array of error message, |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XMLValidationError(SAXParseException error)
XMLValidationError with error instance.
Appends the specified element to error list.
error - exeption instance.| Method Detail |
|---|
public void addError(SAXParseException error)
error - exeption instance.public String[] getMessages()
public String getMessage()
getMessage in class Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||