java.lang.Object
org.wildfly.core.launcher.logger.LauncherMessages_$bundle
- All Implemented Interfaces:
Serializable,org.wildfly.core.launcher.logger.LauncherMessages
public class LauncherMessages_$bundle
extends Object
implements org.wildfly.core.launcher.logger.LauncherMessages, Serializable
Warning this class consists of generated code.
- See Also:
-
Field Summary
FieldsFields inherited from interface org.wildfly.core.launcher.logger.LauncherMessages
MESSAGES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Localefinal IllegalArgumentExceptioninvalidArgument(String argument, String methodName) protected Stringfinal IllegalArgumentExceptioninvalidDirectory(String filename, Path dir) final IllegalArgumentExceptioninvalidDirectory(Path dir) protected Stringprotected Stringfinal IllegalArgumentExceptioninvalidHostname(CharSequence hostname) protected Stringfinal IllegalArgumentExceptionprotected Stringfinal IllegalArgumentExceptionpathDoesNotExist(Path path) Creates a message indicating the path does not exist.protected Stringfinal IllegalArgumentExceptionpathNotAFile(Path path) protected Stringprotected Objectfinal IllegalArgumentExceptionsecurityManagerNotSupported(Path javaHome) protected String
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
LauncherMessages_$bundle
protected LauncherMessages_$bundle()
-
-
Method Details
-
readResolve
-
getLoggingLocale
-
pathDoesNotExist$str
-
pathDoesNotExist
Description copied from interface:org.wildfly.core.launcher.logger.LauncherMessagesCreates a message indicating the path does not exist.- Specified by:
pathDoesNotExistin interfaceorg.wildfly.core.launcher.logger.LauncherMessages- Parameters:
path- the path that does not exist- Returns:
- an exception for the error
-
invalidDirectory1$str
-
invalidDirectory
- Specified by:
invalidDirectoryin interfaceorg.wildfly.core.launcher.logger.LauncherMessages
-
invalidDirectory2$str
-
invalidDirectory
- Specified by:
invalidDirectoryin interfaceorg.wildfly.core.launcher.logger.LauncherMessages
-
pathNotAFile$str
-
pathNotAFile
- Specified by:
pathNotAFilein interfaceorg.wildfly.core.launcher.logger.LauncherMessages
-
nullParam$str
-
nullParam
- Specified by:
nullParamin interfaceorg.wildfly.core.launcher.logger.LauncherMessages
-
invalidHostname$str
-
invalidHostname
- Specified by:
invalidHostnamein interfaceorg.wildfly.core.launcher.logger.LauncherMessages
-
invalidArgument$str
-
invalidArgument
- Specified by:
invalidArgumentin interfaceorg.wildfly.core.launcher.logger.LauncherMessages
-
securityManagerNotSupported$str
-
securityManagerNotSupported
- Specified by:
securityManagerNotSupportedin interfaceorg.wildfly.core.launcher.logger.LauncherMessages
-