com.atlassian.confluence.core.service
Class ValidationError

java.lang.Object
  extended by com.atlassian.confluence.core.service.ValidationError
Direct Known Subclasses:
FieldValidationError

public class ValidationError
extends Object


Constructor Summary
ValidationError(String messageKey, Object... args)
           
 
Method Summary
 boolean equals(Object o)
           
 Object[] getArgs()
           
 String getMessageKey()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationError

public ValidationError(String messageKey,
                       Object... args)
Method Detail

getMessageKey

public String getMessageKey()

getArgs

public Object[] getArgs()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2012 Atlassian. All Rights Reserved.