|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
se.unlogic.standardutils.validation.ValidationException
public class ValidationException
Constructor Summary | |
---|---|
ValidationException(java.util.List<ValidationError> errors)
|
|
ValidationException(ValidationError... errors)
|
Method Summary | |
---|---|
java.util.List<ValidationError> |
getErrors()
|
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc)
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ValidationException(java.util.List<ValidationError> errors)
public ValidationException(ValidationError... errors)
Method Detail |
---|
public java.util.List<ValidationError> getErrors()
public final org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |