@MessageBundle(projectCode="WFLYLNCHR",
length=4)
public interface LauncherMessages
| Modifier and Type | Field and Description |
|---|---|
static LauncherMessages |
MESSAGES |
| Modifier and Type | Method and Description |
|---|---|
IllegalArgumentException |
invalidDirectory(Path dir) |
IllegalArgumentException |
invalidDirectory(String filename,
Path dir) |
IllegalArgumentException |
nullParam(String name) |
IllegalArgumentException |
pathDoesNotExist(Path path)
Creates a message indicating the path does not exist.
|
IllegalArgumentException |
pathNotAFile(Path path) |
static final LauncherMessages MESSAGES
@Message(id=1,
value="The path \'%s\' does not exist")
IllegalArgumentException pathDoesNotExist(Path path)
path - the path that does not exist@Message(id=2,
value="The directory \'%s\' is not a valid directory")
IllegalArgumentException invalidDirectory(Path dir)
@Message(id=3,
value="Invalid directory, could not find \'%s\' in \'%s\'")
IllegalArgumentException invalidDirectory(String filename,
Path dir)
@Message(id=4,
value="Path \'%s\' is not a regular file.")
IllegalArgumentException pathNotAFile(Path path)
@Message(id=5,
value="The parameter %s cannot be null.")
IllegalArgumentException nullParam(String name)
Copyright © 2015 JBoss by Red Hat. All rights reserved.