@MessageLogger(projectCode="WFSM")
public interface SecurityMessages
| Modifier and Type | Field and Description |
|---|---|
static SecurityMessages |
permission |
| Modifier and Type | Method and Description |
|---|---|
IllegalArgumentException |
invalidAction(String action,
int offset,
String actionString) |
IllegalArgumentException |
unexpectedActionCharacter(char ch,
int offset,
String actionString) |
static final SecurityMessages permission
@Message(id=4,
value="Unexpected character \'%s\' at offset %d of \'%s\'")
IllegalArgumentException unexpectedActionCharacter(char ch,
int offset,
String actionString)
@Message(id=5,
value="Invalid action \'%s\' at offset %d of \'%s\'")
IllegalArgumentException invalidAction(String action,
int offset,
String actionString)
Copyright © 2019 JBoss by Red Hat. All rights reserved.