public class XsdMessages extends MessageBundle
| Constructor and Description |
|---|
XsdMessages() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
msgProcessingSchema(java.lang.String systemId)
Format a debug message about processing an XML Schema document.
|
java.lang.String |
msgXsdError()
A key to indicate that a message is an error.
|
java.lang.String |
msgXsdExceptionMessage(java.lang.String message,
java.lang.String systemId,
int lineNumber,
int columnNumber)
Format a message about an exception that occurred while processing an XML
Schema.
|
java.lang.String |
msgXsdFatal()
A key to indicate that a message is fatal error.
|
java.lang.String |
msgXsdMessage(java.lang.String type,
java.lang.String msg,
java.lang.String systemId,
int line,
int col)
Format a log message about an XSD-related warning or error.
|
java.lang.String |
msgXsdUnknownError(java.lang.String systemId)
An unknown error occured processing schema at {0}"
|
java.lang.String |
msgXsdWarning()
A key to indicate that a message is a warning.
|
format, format, getKeys, getMessages, getMessages, handleGetObject, todopublic java.lang.String msgXsdWarning()
public java.lang.String msgXsdError()
public java.lang.String msgXsdFatal()
public java.lang.String msgXsdMessage(java.lang.String type,
java.lang.String msg,
java.lang.String systemId,
int line,
int col)
type - the type of occurrence (e.g., warning, error, fatal)msg - the warning messagesystemId - the System ID of the schemaline - the line number where the event occurred, or -1col - the column number where the event occurred, or -1public java.lang.String msgProcessingSchema(java.lang.String systemId)
systemId - the System ID of the schema being processedpublic java.lang.String msgXsdExceptionMessage(java.lang.String message,
java.lang.String systemId,
int lineNumber,
int columnNumber)
message - the detailed message about the exceptionsystemId - the System ID of the schemalineNumber - the line number where the exception occurred, or -1columnNumber - the column number where the exception occurred, or -1public java.lang.String msgXsdUnknownError(java.lang.String systemId)