public interface Swallows
void invoke(java.lang.String raw) throws java.lang.Exception
raw
- swallowed content.java.lang.Exception
- any Exception can be thrown.void validate(java.lang.String raw) throws ValidationException
raw
- swallowed content.ValidationException
- Signals that the current arguments are not valid.