com.atlassian.confluence.plugins.gadgets.error
Class ErrorCollection

java.lang.Object
  extended by com.atlassian.confluence.plugins.gadgets.error.ErrorCollection

public class ErrorCollection
extends Object


Constructor Summary
ErrorCollection()
          A default constructor is needed for build REST responses
ErrorCollection(Collection<String> errorMessages, Collection<ValidationError> errors)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorCollection

public ErrorCollection()
A default constructor is needed for build REST responses


ErrorCollection

public ErrorCollection(Collection<String> errorMessages,
                       Collection<ValidationError> errors)


Copyright © 2003-2011 Atlassian. All Rights Reserved.