public class ErrorMessageFactory extends Object
| Constructor and Description |
|---|
ErrorMessageFactory() |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildWhenArgumentsLengthNotMatched(int expectedNumber,
int actualNumber) |
static String |
buildWhenArgumentsTypeNotMatched(Class expectedClass,
int pos,
Object value) |
Copyright © 2020. All rights reserved.