public class InvalidArgumentException extends RuntimeException
用于特指符合目标格式,但是在业务上无效的参数传递场景
InvalidArgumentException(String message)
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public InvalidArgumentException(String message)