Package org.jbind.xml.msg

Contains files concerning the message mechanism of JBind.

See:
          Description

Interface Summary
IConstraintViolations  
 

Class Summary
ConstraintViolations  
XmlMessages  
 

Exception Summary
XmlException Exception for all kinds of problems.
 

Package org.jbind.xml.msg Description

Contains files concerning the message mechanism of JBind.

All messages that are output by JBind are defined in the file XmlMessages.xml. This file is processed by the stylesheet XmlMessagesXslt.xml in order to generate a corresponding resource bundle and the static class XmlMessages. The static class has methods to create all known messages. This ensures that the correct number of parameters is supplied.