public class ConstraintViolationException extends ValidationException
コンストラクターと説明 |
---|
ConstraintViolationException(SetSE<? extends ConstraintViolation<?>> constraintViolations) 制約違反レポートを作成します。 |
ConstraintViolationException(StringSE message, SetSE<? extends ConstraintViolation<?>> constraintViolations) 制約違反レポートを作成します。 |
修飾子と型 | メソッドと説明 |
---|---|
SetSE<ConstraintViolation<?>> | getConstraintViolations() 検証中に報告された制約違反のセットを返します。 |
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public ConstraintViolationException(StringSE message, SetSE<? extends ConstraintViolation<?>> constraintViolations)
message
- エラーメッセージ constraintViolations
- ConstraintViolation
の Set
または nullpublic ConstraintViolationException(SetSE<? extends ConstraintViolation<?>> constraintViolations)
constraintViolations
- ConstraintViolation
の Set
または nullpublic SetSE<ConstraintViolation<?>> getConstraintViolations()
ConstraintViolation
の Set
または nullCopyright © 2019 Eclipse Foundation.
Use is subject to license terms.