public class ValidatorException extends BrutosException implements Serializable
Modifier and Type | Field and Description |
---|---|
Map<String,List<ValidatorException>> |
mapExceptions |
Constructor and Description |
---|
ValidatorException() |
ValidatorException(String message) |
ValidatorException(String message,
Throwable cause) |
ValidatorException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
addCause(List<ValidatorException> vex) |
void |
addCause(String path,
ValidatorException vex) |
protected void |
addError(String path,
List<ValidatorException> ex) |
protected void |
addError(String path,
ValidatorException ex) |
Map<String,List<ValidatorException>> |
getCauses() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Map<String,List<ValidatorException>> mapExceptions
public ValidatorException()
public ValidatorException(String message)
public ValidatorException(Throwable cause)
public void addCause(String path, ValidatorException vex)
public void addCause(List<ValidatorException> vex)
public Map<String,List<ValidatorException>> getCauses()
protected void addError(String path, ValidatorException ex)
protected void addError(String path, List<ValidatorException> ex)
Copyright © 2018 Brandao. All rights reserved.