Interface GeraLogParamError.Validacao
- Enclosing class:
GeraLogParamError
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Executa a validação e, se for necessário dar um alerta, lança uma
TagException.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validar()
Lança uma TagException se for preciso dar um alerta.
-
Method Details
-
validar
Lança uma TagException se for preciso dar um alerta.- Throws:
TagException
- o alerta, se houver
-