@MessageBundle(projectCode="JBOSGI")
public interface VFSMessages
| Modifier and Type | Field and Description |
|---|---|
static VFSMessages |
MESSAGES |
| Modifier and Type | Method and Description |
|---|---|
IllegalArgumentException |
illegalArgumentNoVirtualFile(Object other) |
IllegalArgumentException |
illegalArgumentNull(String name) |
IllegalStateException |
illegalStateCannotCloseTempFileProvider(Throwable cause) |
IllegalStateException |
illegalStateCannotCreateAdaptor(Throwable cause) |
IllegalStateException |
illegalStateCannotCreateTempFileProvider(Throwable cause) |
IllegalStateException |
illegalStateCannotLoadAdaptor() |
RuntimeException |
runtimeErrorVistingFile(Throwable cause,
Object file) |
static final VFSMessages MESSAGES
@Message(id=10100,
value="%s is null")
IllegalArgumentException illegalArgumentNull(String name)
@Message(id=10101,
value="Cannot load VFS adaptor")
IllegalStateException illegalStateCannotLoadAdaptor()
@Message(id=10102,
value="Cannot create VFS adaptor")
IllegalStateException illegalStateCannotCreateAdaptor(@Cause
Throwable cause)
@Message(id=10103,
value="Not a VirtualFile: %s")
IllegalArgumentException illegalArgumentNoVirtualFile(Object other)
@Message(id=10104,
value="Error visiting VirtualFile: %s")
RuntimeException runtimeErrorVistingFile(@Cause
Throwable cause,
Object file)
@Message(id=10105,
value="Cannot create VFS temp file provider")
IllegalStateException illegalStateCannotCreateTempFileProvider(@Cause
Throwable cause)
@Message(id=10106,
value="Cannot close VFS temp file provider")
IllegalStateException illegalStateCannotCloseTempFileProvider(@Cause
Throwable cause)
Copyright © 2016 JBoss by Red Hat. All rights reserved.