Package org.skr.common.exception
Class ValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.skr.common.exception.ValidationException
-
- All Implemented Interfaces:
java.io.Serializable
public class ValidationException extends java.lang.RuntimeExceptionThe super class for exceptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationException(@NotNull java.util.List<ErrorInfo> errorInfos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ErrorInfo>getErrorInfos()ErrorInfo.ErrorLevelworstErrorLevel()
-
-
-
Constructor Detail
-
ValidationException
public ValidationException(@NotNull @NotNull java.util.List<ErrorInfo> errorInfos)
-
-
Method Detail
-
getErrorInfos
public java.util.List<ErrorInfo> getErrorInfos()
-
worstErrorLevel
public ErrorInfo.ErrorLevel worstErrorLevel()
-
-