PHP 클래스 ApiPlatform\Core\Bridge\Symfony\Validator\Exception\ValidationException

저자: Kévin Dunglas ([email protected])
상속: extends RuntimeException
파일 보기 프로젝트 열기: api-platform/core

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Validator\ConstraintViolationListInterface $constraintViolationList, $message = '', $code, Exception $previous = null )
getConstraintViolationList ( ) : Symfony\Component\Validator\ConstraintViolationListInterface Gets constraint violations related to this exception.

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\Validator\ConstraintViolationListInterface $constraintViolationList, $message = '', $code, Exception $previous = null )
$constraintViolationList Symfony\Component\Validator\ConstraintViolationListInterface
$previous Exception

getConstraintViolationList() 공개 메소드

Gets constraint violations related to this exception.
public getConstraintViolationList ( ) : Symfony\Component\Validator\ConstraintViolationListInterface
리턴 Symfony\Component\Validator\ConstraintViolationListInterface