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

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

public class ErrorCollection
extends java.lang.Object


Constructor Summary
ErrorCollection()
          A default constructor is needed for build REST responses
ErrorCollection(java.util.Collection<java.lang.String> errorMessages, java.util.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(java.util.Collection<java.lang.String> errorMessages,
                       java.util.Collection<ValidationError> errors)


Copyright © 2003-2014 Atlassian. All Rights Reserved.