|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageAwareErrorHandler
| Method Summary | |
|---|---|
boolean |
capturesMessages()
Does this ErrorHandler implementation capture error messages? |
int |
getErrorCount()
Return the number of errors. |
int |
getFatalErrorCount()
Return the number of fatal errors. |
java.lang.Object |
getMessagesAs(java.lang.Class format)
Get the messages from this ErrorHandler in a particular format. |
int |
getWarningCount()
Return the number of warnings. |
boolean |
hasErrors()
Does the error handler contain any error messages? |
boolean |
supportsMessageFormat(java.lang.Class format)
Does the message support a given format? |
| Methods inherited from interface org.xml.sax.ErrorHandler |
|---|
error, fatalError, warning |
| Method Detail |
|---|
boolean hasErrors()
int getWarningCount()
int getErrorCount()
int getFatalErrorCount()
boolean capturesMessages()
java.lang.Object getMessagesAs(java.lang.Class format)
throws javax.jbi.messaging.MessagingException
javax.jbi.messaging.MessagingExceptionboolean supportsMessageFormat(java.lang.Class format)
clazz - The Class of the format for which support is required.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||