org.jbind.xml.msg
Class ConstraintViolations

java.lang.Object
  extended byorg.jbind.message.AbstractMessage
      extended byorg.jbind.message.CompositeMessage
          extended byorg.jbind.xml.msg.ConstraintViolations
All Implemented Interfaces:
ICompositeMessage, IConstraintViolations, IMessage

public class ConstraintViolations
extends CompositeMessage
implements IConstraintViolations


Constructor Summary
ConstraintViolations(MessageFormats aMessageFormats, java.lang.String aKey, java.lang.Object[] aParams)
           
 
Methods inherited from class org.jbind.message.CompositeMessage
add, addTo, getParameters, isComposite, isEmpty, iterSimpleMessages, iterSubMessages, output
 
Methods inherited from class org.jbind.message.AbstractMessage
getOrigin, output, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jbind.message.ICompositeMessage
add
 
Methods inherited from interface org.jbind.message.IMessage
addTo, getOrigin, isComposite, isEmpty, iterSimpleMessages, iterSubMessages, output, output
 

Constructor Detail

ConstraintViolations

public ConstraintViolations(MessageFormats aMessageFormats,
                            java.lang.String aKey,
                            java.lang.Object[] aParams)