Package org.jboss.vfs
Class VFSMessages_$bundle
- java.lang.Object
-
- org.jboss.vfs.VFSMessages_$bundle
-
- All Implemented Interfaces:
java.io.Serializable
,VFSMessages
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2024-06-14T12:00:00+0000") public class VFSMessages_$bundle extends java.lang.Object implements VFSMessages, java.io.Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static VFSMessages_$bundle
INSTANCE
private static java.util.Locale
LOCALE
private static long
serialVersionUID
-
Fields inherited from interface org.jboss.vfs.VFSMessages
MESSAGES
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
VFSMessages_$bundle()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static void
_copyStackTraceMinusOne(java.lang.Throwable e)
java.lang.IllegalArgumentException
bufferDoesntHaveEnoughCapacity()
protected java.lang.String
bufferDoesntHaveEnoughCapacity$str()
java.lang.IllegalArgumentException
bufferMustBeLargerThan(int minimumBufferLength)
protected java.lang.String
bufferMustBeLargerThan$str()
java.lang.IllegalArgumentException
cannotDecode(java.lang.String path, java.lang.String encoding, java.lang.Exception e)
protected java.lang.String
cannotDecode$str()
java.lang.RuntimeException
cantSetupTempFileProvider(java.lang.Throwable cause)
protected java.lang.String
cantSetupTempFileProvider$str()
java.io.IOException
couldNotCreateDirectory(java.lang.String originalName, int retries)
protected java.lang.String
couldNotCreateDirectory$str()
java.io.IOException
couldNotCreateDirectoryForRoot(java.io.File root, java.lang.String prefix, java.lang.String suffix, int retries)
protected java.lang.String
couldNotCreateDirectoryForRoot$str()
java.io.IOException
fileSystemAlreadyMountedAtMountPoint(VirtualFile mountPoint)
protected java.lang.String
fileSystemAlreadyMountedAtMountPoint$str()
protected java.util.Locale
getLoggingLocale()
java.lang.IllegalArgumentException
invalidActionsString(java.lang.String actions)
protected java.lang.String
invalidActionsString$str()
java.io.IOException
invalidJarSignature(java.lang.String bytes, java.lang.String expectedHeader)
protected java.lang.String
invalidJarSignature$str()
java.lang.IllegalArgumentException
invalidWin32Path(java.lang.String path)
protected java.lang.String
invalidWin32Path$str()
java.io.IOException
notAFile(java.lang.String path)
protected java.lang.String
notAFile$str()
java.lang.IllegalArgumentException
nullArgument(java.lang.String name)
protected java.lang.String
nullArgument$str()
java.lang.IllegalArgumentException
nullOrEmpty(java.lang.String name)
protected java.lang.String
nullOrEmpty$str()
java.lang.IllegalStateException
onRootPath()
protected java.lang.String
onRootPath$str()
java.lang.IllegalArgumentException
parentIsNotAncestor(VirtualFile parent)
protected java.lang.String
parentIsNotAncestor$str()
java.lang.IllegalStateException
preconfiguredAttributesAreImmutable()
protected java.lang.String
preconfiguredAttributesAreImmutable$str()
java.lang.IllegalArgumentException
problemCreatingNewDirectory(VirtualFile targetChild)
protected java.lang.String
problemCreatingNewDirectory$str()
protected java.lang.Object
readResolve()
java.io.IOException
remoteHostAccessNotSupportedForUrls(java.lang.String protocol)
protected java.lang.String
remoteHostAccessNotSupportedForUrls$str()
java.io.IOException
rootFileSystemAlreadyMounted()
protected java.lang.String
rootFileSystemAlreadyMounted$str()
java.io.IOException
streamIsClosed()
protected java.lang.String
streamIsClosed$str()
java.io.IOException
tempDirectoryClosed()
protected java.lang.String
tempDirectoryClosed$str()
java.io.IOException
tempFileProviderClosed()
protected java.lang.String
tempFileProviderClosed$str()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
INSTANCE
public static final VFSMessages_$bundle INSTANCE
-
LOCALE
private static final java.util.Locale LOCALE
-
-
Method Detail
-
readResolve
protected java.lang.Object readResolve()
-
getLoggingLocale
protected java.util.Locale getLoggingLocale()
-
cantSetupTempFileProvider$str
protected java.lang.String cantSetupTempFileProvider$str()
-
cantSetupTempFileProvider
public final java.lang.RuntimeException cantSetupTempFileProvider(java.lang.Throwable cause)
- Specified by:
cantSetupTempFileProvider
in interfaceVFSMessages
-
_copyStackTraceMinusOne
private static void _copyStackTraceMinusOne(java.lang.Throwable e)
-
tempDirectoryClosed$str
protected java.lang.String tempDirectoryClosed$str()
-
tempDirectoryClosed
public final java.io.IOException tempDirectoryClosed()
- Specified by:
tempDirectoryClosed
in interfaceVFSMessages
-
tempFileProviderClosed$str
protected java.lang.String tempFileProviderClosed$str()
-
tempFileProviderClosed
public final java.io.IOException tempFileProviderClosed()
- Specified by:
tempFileProviderClosed
in interfaceVFSMessages
-
couldNotCreateDirectoryForRoot$str
protected java.lang.String couldNotCreateDirectoryForRoot$str()
-
couldNotCreateDirectoryForRoot
public final java.io.IOException couldNotCreateDirectoryForRoot(java.io.File root, java.lang.String prefix, java.lang.String suffix, int retries)
- Specified by:
couldNotCreateDirectoryForRoot
in interfaceVFSMessages
-
couldNotCreateDirectory$str
protected java.lang.String couldNotCreateDirectory$str()
-
couldNotCreateDirectory
public final java.io.IOException couldNotCreateDirectory(java.lang.String originalName, int retries)
- Specified by:
couldNotCreateDirectory
in interfaceVFSMessages
-
rootFileSystemAlreadyMounted$str
protected java.lang.String rootFileSystemAlreadyMounted$str()
-
rootFileSystemAlreadyMounted
public final java.io.IOException rootFileSystemAlreadyMounted()
- Specified by:
rootFileSystemAlreadyMounted
in interfaceVFSMessages
-
fileSystemAlreadyMountedAtMountPoint$str
protected java.lang.String fileSystemAlreadyMountedAtMountPoint$str()
-
fileSystemAlreadyMountedAtMountPoint
public final java.io.IOException fileSystemAlreadyMountedAtMountPoint(VirtualFile mountPoint)
- Specified by:
fileSystemAlreadyMountedAtMountPoint
in interfaceVFSMessages
-
streamIsClosed$str
protected java.lang.String streamIsClosed$str()
-
streamIsClosed
public final java.io.IOException streamIsClosed()
- Specified by:
streamIsClosed
in interfaceVFSMessages
-
notAFile$str
protected java.lang.String notAFile$str()
-
notAFile
public final java.io.IOException notAFile(java.lang.String path)
- Specified by:
notAFile
in interfaceVFSMessages
-
remoteHostAccessNotSupportedForUrls$str
protected java.lang.String remoteHostAccessNotSupportedForUrls$str()
-
remoteHostAccessNotSupportedForUrls
public final java.io.IOException remoteHostAccessNotSupportedForUrls(java.lang.String protocol)
- Specified by:
remoteHostAccessNotSupportedForUrls
in interfaceVFSMessages
-
nullArgument$str
protected java.lang.String nullArgument$str()
-
nullArgument
public final java.lang.IllegalArgumentException nullArgument(java.lang.String name)
- Specified by:
nullArgument
in interfaceVFSMessages
-
nullOrEmpty$str
protected java.lang.String nullOrEmpty$str()
-
nullOrEmpty
public final java.lang.IllegalArgumentException nullOrEmpty(java.lang.String name)
- Specified by:
nullOrEmpty
in interfaceVFSMessages
-
parentIsNotAncestor$str
protected java.lang.String parentIsNotAncestor$str()
-
parentIsNotAncestor
public final java.lang.IllegalArgumentException parentIsNotAncestor(VirtualFile parent)
- Specified by:
parentIsNotAncestor
in interfaceVFSMessages
-
problemCreatingNewDirectory$str
protected java.lang.String problemCreatingNewDirectory$str()
-
problemCreatingNewDirectory
public final java.lang.IllegalArgumentException problemCreatingNewDirectory(VirtualFile targetChild)
- Specified by:
problemCreatingNewDirectory
in interfaceVFSMessages
-
invalidWin32Path$str
protected java.lang.String invalidWin32Path$str()
-
invalidWin32Path
public final java.lang.IllegalArgumentException invalidWin32Path(java.lang.String path)
- Specified by:
invalidWin32Path
in interfaceVFSMessages
-
cannotDecode$str
protected java.lang.String cannotDecode$str()
-
cannotDecode
public final java.lang.IllegalArgumentException cannotDecode(java.lang.String path, java.lang.String encoding, java.lang.Exception e)
- Specified by:
cannotDecode
in interfaceVFSMessages
-
invalidJarSignature$str
protected java.lang.String invalidJarSignature$str()
-
invalidJarSignature
public final java.io.IOException invalidJarSignature(java.lang.String bytes, java.lang.String expectedHeader)
- Specified by:
invalidJarSignature
in interfaceVFSMessages
-
invalidActionsString$str
protected java.lang.String invalidActionsString$str()
-
invalidActionsString
public final java.lang.IllegalArgumentException invalidActionsString(java.lang.String actions)
- Specified by:
invalidActionsString
in interfaceVFSMessages
-
bufferMustBeLargerThan$str
protected java.lang.String bufferMustBeLargerThan$str()
-
bufferMustBeLargerThan
public final java.lang.IllegalArgumentException bufferMustBeLargerThan(int minimumBufferLength)
- Specified by:
bufferMustBeLargerThan
in interfaceVFSMessages
-
bufferDoesntHaveEnoughCapacity$str
protected java.lang.String bufferDoesntHaveEnoughCapacity$str()
-
bufferDoesntHaveEnoughCapacity
public final java.lang.IllegalArgumentException bufferDoesntHaveEnoughCapacity()
- Specified by:
bufferDoesntHaveEnoughCapacity
in interfaceVFSMessages
-
preconfiguredAttributesAreImmutable$str
protected java.lang.String preconfiguredAttributesAreImmutable$str()
-
preconfiguredAttributesAreImmutable
public final java.lang.IllegalStateException preconfiguredAttributesAreImmutable()
- Specified by:
preconfiguredAttributesAreImmutable
in interfaceVFSMessages
-
onRootPath$str
protected java.lang.String onRootPath$str()
-
onRootPath
public final java.lang.IllegalStateException onRootPath()
- Specified by:
onRootPath
in interfaceVFSMessages
-
-