@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2023-05-27T12:21:11+0800") public class LauncherMessages_$bundle extends Object implements LauncherMessages, Serializable
Modifier and Type | Field and Description |
---|---|
static LauncherMessages_$bundle |
INSTANCE |
MESSAGES
Modifier | Constructor and Description |
---|---|
protected |
LauncherMessages_$bundle() |
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
invalidDirectory(Path dir) |
IllegalArgumentException |
invalidDirectory(String filename,
Path dir) |
protected String |
invalidDirectory1$str() |
protected String |
invalidDirectory2$str() |
IllegalArgumentException |
invalidHostname(CharSequence hostname) |
protected String |
invalidHostname$str() |
IllegalArgumentException |
nullParam(String name) |
protected String |
nullParam$str() |
IllegalArgumentException |
pathDoesNotExist(Path path)
Creates a message indicating the path does not exist.
|
protected String |
pathDoesNotExist$str() |
IllegalArgumentException |
pathNotAFile(Path path) |
protected String |
pathNotAFile$str() |
protected Object |
readResolve() |
public static final LauncherMessages_$bundle INSTANCE
protected Object readResolve()
protected String pathDoesNotExist$str()
public final IllegalArgumentException pathDoesNotExist(Path path)
LauncherMessages
pathDoesNotExist
in interface LauncherMessages
path
- the path that does not existprotected String invalidDirectory1$str()
public final IllegalArgumentException invalidDirectory(Path dir)
invalidDirectory
in interface LauncherMessages
protected String invalidDirectory2$str()
public final IllegalArgumentException invalidDirectory(String filename, Path dir)
invalidDirectory
in interface LauncherMessages
protected String pathNotAFile$str()
public final IllegalArgumentException pathNotAFile(Path path)
pathNotAFile
in interface LauncherMessages
protected String nullParam$str()
public final IllegalArgumentException nullParam(String name)
nullParam
in interface LauncherMessages
protected String invalidHostname$str()
public final IllegalArgumentException invalidHostname(CharSequence hostname)
invalidHostname
in interface LauncherMessages
Copyright © 2023 JBoss by Red Hat. All rights reserved.