| Package | Description |
|---|---|
| org.modeshape.common |
The parent package for the common, low-level utilities and simple frameworks for all of ModeShape.
|
| org.modeshape.common.collection |
A set of common classes for dealing with collections of other objects.
|
| Modifier and Type | Method and Description |
|---|---|
I18n |
Problem.getMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProblems.addError(I18n message,
Object... params) |
void |
ImmutableProblems.addError(I18n message,
Object... params) |
void |
Problems.addError(I18n message,
Object... params)
Add an error message with the parameters that should be used when localizing the message.
|
void |
AbstractProblems.addError(int code,
I18n message,
Object... params) |
void |
ImmutableProblems.addError(int code,
I18n message,
Object... params) |
void |
Problems.addError(int code,
I18n message,
Object... params)
Add an error message with the parameters that should be used when localizing the message.
|
void |
AbstractProblems.addError(int code,
String resource,
String location,
I18n message,
Object... params) |
void |
ImmutableProblems.addError(int code,
String resource,
String location,
I18n message,
Object... params) |
void |
Problems.addError(int code,
String resource,
String location,
I18n message,
Object... params)
Add an error message with a description of the resource, its location, and the parameters that should be used when
localizing the message
|
void |
AbstractProblems.addError(String resource,
String location,
I18n message,
Object... params) |
void |
ImmutableProblems.addError(String resource,
String location,
I18n message,
Object... params) |
void |
Problems.addError(String resource,
String location,
I18n message,
Object... params)
Add an error message with a description of the resource, its location, and the parameters that should be used when
localizing the message
|
void |
AbstractProblems.addError(Throwable throwable,
I18n message,
Object... params) |
void |
ImmutableProblems.addError(Throwable throwable,
I18n message,
Object... params) |
void |
Problems.addError(Throwable throwable,
I18n message,
Object... params)
Add an error exception and message with the parameters that should be used when localizing the message.
|
void |
AbstractProblems.addError(Throwable throwable,
int code,
I18n message,
Object... params) |
void |
ImmutableProblems.addError(Throwable throwable,
int code,
I18n message,
Object... params) |
void |
Problems.addError(Throwable throwable,
int code,
I18n message,
Object... params)
Add an error exception and message with the parameters that should be used when localizing the message.
|
void |
AbstractProblems.addError(Throwable throwable,
int code,
String resource,
String location,
I18n message,
Object... params) |
void |
ImmutableProblems.addError(Throwable throwable,
int code,
String resource,
String location,
I18n message,
Object... params) |
void |
Problems.addError(Throwable throwable,
int code,
String resource,
String location,
I18n message,
Object... params)
Add an error exception and message with a description of the resource, its location, and the parameters that should be used
when localizing the message
|
void |
AbstractProblems.addError(Throwable throwable,
String resource,
String location,
I18n message,
Object... params) |
void |
ImmutableProblems.addError(Throwable throwable,
String resource,
String location,
I18n message,
Object... params) |
void |
Problems.addError(Throwable throwable,
String resource,
String location,
I18n message,
Object... params)
Add an error exception and message with a description of the resource, its location, and the parameters that should be used
when localizing the message
|
void |
AbstractProblems.addInfo(I18n message,
Object... params) |
void |
ImmutableProblems.addInfo(I18n message,
Object... params) |
void |
Problems.addInfo(I18n message,
Object... params)
Add a informational message with the parameters that should be used when localizing the message.
|
void |
AbstractProblems.addInfo(int code,
I18n message,
Object... params) |
void |
ImmutableProblems.addInfo(int code,
I18n message,
Object... params) |
void |
Problems.addInfo(int code,
I18n message,
Object... params)
Add a informational message with the parameters that should be used when localizing the message.
|
void |
AbstractProblems.addInfo(int code,
String resource,
String location,
I18n message,
Object... params) |
void |
ImmutableProblems.addInfo(int code,
String resource,
String location,
I18n message,
Object... params) |
void |
Problems.addInfo(int code,
String resource,
String location,
I18n message,
Object... params)
Add an informational message with a description of the resource, its location, and the parameters that should be used when
localizing the message
|
void |
AbstractProblems.addInfo(String resource,
String location,
I18n message,
Object... params) |
void |
ImmutableProblems.addInfo(String resource,
String location,
I18n message,
Object... params) |
void |
Problems.addInfo(String resource,
String location,
I18n message,
Object... params)
Add an informational message with a description of the resource, its location, and the parameters that should be used when
localizing the message
|
void |
AbstractProblems.addInfo(Throwable throwable,
I18n message,
Object... params) |
void |
ImmutableProblems.addInfo(Throwable throwable,
I18n message,
Object... params) |
void |
Problems.addInfo(Throwable throwable,
I18n message,
Object... params)
Add an informational exception and message with the parameters that should be used when localizing the message.
|
void |
AbstractProblems.addInfo(Throwable throwable,
int code,
I18n message,
Object... params) |
void |
ImmutableProblems.addInfo(Throwable throwable,
int code,
I18n message,
Object... params) |
void |
Problems.addInfo(Throwable throwable,
int code,
I18n message,
Object... params)
Add a informational exception and message with the parameters that should be used when localizing the message.
|
void |
AbstractProblems.addInfo(Throwable throwable,
int code,
String resource,
String location,
I18n message,
Object... params) |
void |
ImmutableProblems.addInfo(Throwable throwable,
int code,
String resource,
String location,
I18n message,
Object... params) |
void |
Problems.addInfo(Throwable throwable,
int code,
String resource,
String location,
I18n message,
Object... params)
Add an informational exception and message with a description of the resource, its location, and the parameters that should
be used when localizing the message
|
void |
AbstractProblems.addInfo(Throwable throwable,
String resource,
String location,
I18n message,
Object... params) |
void |
ImmutableProblems.addInfo(Throwable throwable,
String resource,
String location,
I18n message,
Object... params) |
void |
Problems.addInfo(Throwable throwable,
String resource,
String location,
I18n message,
Object... params)
Add an informational exception and message with a description of the resource, its location, and the parameters that should
be used when localizing the message
|
void |
AbstractProblems.addWarning(I18n message,
Object... params) |
void |
ImmutableProblems.addWarning(I18n message,
Object... params) |
void |
Problems.addWarning(I18n message,
Object... params)
Add a warning message with the parameters that should be used when localizing the message.
|
void |
AbstractProblems.addWarning(int code,
I18n message,
Object... params) |
void |
ImmutableProblems.addWarning(int code,
I18n message,
Object... params) |
void |
Problems.addWarning(int code,
I18n message,
Object... params)
Add a warning message with the parameters that should be used when localizing the message.
|
void |
AbstractProblems.addWarning(int code,
String resource,
String location,
I18n message,
Object... params) |
void |
ImmutableProblems.addWarning(int code,
String resource,
String location,
I18n message,
Object... params) |
void |
Problems.addWarning(int code,
String resource,
String location,
I18n message,
Object... params)
Add a warning message with a description of the resource, its location, and the parameters that should be used when
localizing the message
|
void |
AbstractProblems.addWarning(String resource,
String location,
I18n message,
Object... params) |
void |
ImmutableProblems.addWarning(String resource,
String location,
I18n message,
Object... params) |
void |
Problems.addWarning(String resource,
String location,
I18n message,
Object... params)
Add a warning message with a description of the resource, its location, and the parameters that should be used when
localizing the message
|
void |
AbstractProblems.addWarning(Throwable throwable,
I18n message,
Object... params) |
void |
ImmutableProblems.addWarning(Throwable throwable,
I18n message,
Object... params) |
void |
Problems.addWarning(Throwable throwable,
I18n message,
Object... params)
Add a warning exception and message with the parameters that should be used when localizing the message.
|
void |
AbstractProblems.addWarning(Throwable throwable,
int code,
I18n message,
Object... params) |
void |
ImmutableProblems.addWarning(Throwable throwable,
int code,
I18n message,
Object... params) |
void |
Problems.addWarning(Throwable throwable,
int code,
I18n message,
Object... params)
Add a warning exception and message with the parameters that should be used when localizing the message.
|
void |
AbstractProblems.addWarning(Throwable throwable,
int code,
String resource,
String location,
I18n message,
Object... params) |
void |
ImmutableProblems.addWarning(Throwable throwable,
int code,
String resource,
String location,
I18n message,
Object... params) |
void |
Problems.addWarning(Throwable throwable,
int code,
String resource,
String location,
I18n message,
Object... params)
Add a warning exception and message with a description of the resource, its location, and the parameters that should be
used when localizing the message
|
void |
AbstractProblems.addWarning(Throwable throwable,
String resource,
String location,
I18n message,
Object... params) |
void |
ImmutableProblems.addWarning(Throwable throwable,
String resource,
String location,
I18n message,
Object... params) |
void |
Problems.addWarning(Throwable throwable,
String resource,
String location,
I18n message,
Object... params)
Add a warning exception and message with a description of the resource, its location, and the parameters that should be
used when localizing the message
|
| Constructor and Description |
|---|
Problem(Problem.Status status,
int code,
I18n message,
Object[] params,
String resource,
String location,
Throwable throwable) |
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.