@MessageBundle(projectCode="JBAS")
public interface EmbeddedMessages
Modifier and Type | Field and Description |
---|---|
static EmbeddedMessages |
MESSAGES |
Modifier and Type | Method and Description |
---|---|
IllegalStateException |
cannotCreateStandaloneServer(Throwable cause,
Method createMethod) |
IllegalStateException |
cannotGetReflectiveMethod(NoSuchMethodException cause,
String method,
String className) |
IllegalStateException |
cannotInvokeStandaloneServer(Throwable cause,
String methodName) |
IllegalStateException |
cannotLoadEmbeddedServerFactory(ClassNotFoundException cause,
String className) |
RuntimeException |
cannotMountFile(Throwable cause,
String fileName)
Creates an exception indicating the file, represented by the
fileName parameter, could not be mounted. |
RuntimeException |
cannotReadContent(Throwable cause,
org.jboss.vfs.VirtualFile file)
Creates an exception indicating the contents of the file could not be read.
|
IllegalStateException |
cannotSetupEmbeddedServer(Throwable cause) |
ServerStartException |
cannotStartEmbeddedServer(Throwable cause) |
IllegalArgumentException |
exclusionValuesRequired() |
IllegalStateException |
invalidJBossHome(String jbossHome) |
IllegalArgumentException |
invalidModulePath(String file)
Creates an exception indicating the module path is invalid.
|
RuntimeException |
invalidModuleType(String moduleName,
Class<?> type)
Creates an exception indicating the module, represented by the
moduleName parameter, was not a valid
type of File[] , File , String[] or String . |
RuntimeException |
moduleLoaderError(Throwable cause,
String msg,
org.jboss.modules.ModuleLoader moduleLoader)
Creates an exception indicating there was an error in the module loader.
|
IllegalArgumentException |
nullVar(String name)
Creates an exception indicating the variable, represented by the
name parameter, is null . |
IllegalStateException |
systemPropertyNotFound(String key)
Creates an exception indicating the system property could not be found.
|
static final EmbeddedMessages MESSAGES
@Message(id=11130, value="Could not mount file \'%s\'") RuntimeException cannotMountFile(@Cause Throwable cause, String fileName)
fileName
parameter, could not be mounted.@Message(id=11131, value="Could not read contents of %s") RuntimeException cannotReadContent(@Cause Throwable cause, org.jboss.vfs.VirtualFile file)
@Message(id=11132, value="One or more exclusion values must be specified") IllegalArgumentException exclusionValuesRequired()
@Message(id=11134, value="Invalid JBoss home directory: %s") IllegalStateException invalidJBossHome(String jbossHome)
@Message(id=11135, value="Invalid module path: %s") IllegalArgumentException invalidModulePath(String file)
@Message(id=11136, value="%s was not of type File[], File, String[] or String, but of type %s") RuntimeException invalidModuleType(String moduleName, Class<?> type)
moduleName
parameter, was not a valid
type of File[]
, File
, String[]
or String
.@Message(id=11137, value="Cannot load module %s from: %s") RuntimeException moduleLoaderError(@Cause Throwable cause, String msg, org.jboss.modules.ModuleLoader moduleLoader)
@Message(id=11138, value="%s is null") IllegalArgumentException nullVar(String name)
name
parameter, is null
.@Message(id=11139, value="Cannot find system property: %s") IllegalStateException systemPropertyNotFound(String key)
@Message(id=11140, value="Cannot load embedded server factory: %s") IllegalStateException cannotLoadEmbeddedServerFactory(@Cause ClassNotFoundException cause, String className)
@Message(id=11141, value="Cannot get reflective method \'%s\' for: %s") IllegalStateException cannotGetReflectiveMethod(@Cause NoSuchMethodException cause, String method, String className)
@Message(id=11142, value="Cannot create standalone server using factory: %s") IllegalStateException cannotCreateStandaloneServer(@Cause Throwable cause, Method createMethod)
@Message(id=11143, value="Cannot setup embedded server") IllegalStateException cannotSetupEmbeddedServer(@Cause Throwable cause)
@Message(id=11144, value="Cannot start embedded server") ServerStartException cannotStartEmbeddedServer(@Cause Throwable cause)
@Message(id=11145, value="Cannot invoke \'%s\' on standalone server") IllegalStateException cannotInvokeStandaloneServer(@Cause Throwable cause, String methodName)
Copyright © 2014 JBoss by Red Hat. All rights reserved.