| Package | Description |
|---|---|
| no.g9.exception | |
| no.g9.message | |
| no.g9.os | |
| no.g9.support.convert |
| Modifier and Type | Method and Description |
|---|---|
Message |
G9BaseException.getErrMsg()
Returns the current error message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
G9BaseException.setErrMsg(Message errMsg)
Store a Message.
|
| Constructor and Description |
|---|
G9BaseException(Message errMsg)
Constructor with an existing Message.
|
G9BaseException(Throwable cause,
Message errMsg)
Constructor with an existing Message and a wrapped exception.
|
G9ClientException(Message errMsg)
Constructor with an existing Message.
|
G9ClientException(Throwable cause,
Message errMsg)
Constructor with an existing Message and a wrapped exception.
|
G9ClientFrameworkException(Message errMsg)
Constructor with an existing Message.
|
G9ClientFrameworkException(Throwable cause,
Message errMsg)
Constructor with an existing Message and a wrapped exception.
|
G9DataAccessException(Message errMsg)
Constructor with an existing Message.
|
G9DataAccessException(Throwable cause,
Message errMsg)
Constructor with an existing Message and a wrapped exception.
|
G9ServiceException(Message errMsg)
Constructor with an existing Message.
|
G9ServiceException(Throwable cause,
Message errMsg)
Constructor with an existing Message and a wrapped exception.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
MessageFactory.getMessage(String id,
Object... args)
Produces a message.
|
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
Message.getMessages()
Gets the messages contained by this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.addMessage(Message that)
Adds information from another message into this.
|
boolean |
PropertyFileConfigurator.configure(Message msg)
Fill in data for the given
Message. |
boolean |
MessageConfigurator.configure(Message message)
Lets the message configurator configure the provided message.
|
void |
Message.copy(Message that)
Copies information from another message into this message.
|
MessageReply |
MessageDispatcher.dispatch(Message message)
Dispatches a message to the message system.
|
MessageReply |
MessageDispatcherImpl.dispatch(Message message) |
MessageReply |
SimpleMsgInteractor.interact(Message message,
DispatcherContext dispatcherContext) |
MessageReply |
MessageInteractor.interact(Message message,
DispatcherContext dispatcherContext)
Interact with the user.
|
void |
MessageLogDispatcher.log(Message message,
DispatcherContext dispatcherContext)
Dispatches this message to all the registered loggers.
|
void |
MessageLogger.log(Message message,
DispatcherContext dispatcherContext)
This method logs a message.
|
void |
SimpleLogger.log(Message message,
DispatcherContext dispatcherContext) |
| Constructor and Description |
|---|
NoSuchAttributeException(Message errMsg)
Constructs a new no such attribute exception with the specified message.
|
NoSuchAttributeException(Throwable cause,
Message errMsg)
Constructs a new no such attribute exception with the specified cause and
message.
|
NoSuchRoleException(Message errMsg)
Constructs a new no such role exception with the specified message.
|
NoSuchRoleException(Throwable cause,
Message errMsg)
Constructs a new no such role exception with the specified cause and
message.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
ConvertException.getErrMsg()
Returns the current error message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConvertException.setErrMsg(Message errMsg)
Store a Message.
|
| Constructor and Description |
|---|
ConvertException(ConvertContext convertContext,
Object provokingValue,
Message errMsg) |
ConvertException(ConvertContext convertContext,
Object provokingValue,
Throwable cause,
Message errMsg) |
Copyright © 2006–2020 Esito AS. All rights reserved.