Package | Description |
---|---|
de.esprit.appsuite.gui.dialog |
Contains reuseable standard dialogs.
|
de.esprit.common.gui |
Contains reuseable GUI components as well helper classes for GUI construction.
|
de.esprit.netsuite.client |
Contains classes that make up the Client of a dual-port server
|
de.esprit.netsuite.server |
These classes make up the EsprIT server
|
de.esprit.netsuite.server.auth.error |
Contains a collection of errors thrown by the user authorization system
|
de.esprit.netsuite.server.core |
Contains basic server core classes
|
Modifier and Type | Method and Description |
---|---|
protected javax.swing.Icon |
MessageDialog.createHeaderIcon(MessageDialogType msgType,
ErrorType errType) |
protected java.lang.String |
MessageDialog.createHeaderText(MessageDialogType msgType,
ErrorType errType) |
Modifier and Type | Class and Description |
---|---|
class |
ZErrorType
This enum provides default
ErrorType constants |
Modifier and Type | Method and Description |
---|---|
ErrorType |
ZException.getErrorType() |
Constructor and Description |
---|
ZException(ErrorType errType,
NlsKey trKey,
java.lang.Object... args) |
ZException(ErrorType errType,
java.lang.Throwable cause) |
ZException(ErrorType errType,
java.lang.Throwable cause,
NlsKey trKey,
java.lang.Object... args) |
Modifier and Type | Class and Description |
---|---|
class |
ClientErrorType
This enum provides special
ErrorType s for client side errors |
Modifier and Type | Class and Description |
---|---|
class |
ServerErrorType
This enum provides special
ErrorType s for server side errors |
Constructor and Description |
---|
AbstractUserManagerException(ErrorType errType,
NlsKey nls,
java.lang.Object... args) |
Constructor and Description |
---|
ClientException(ErrorType errType,
NlsKey nls,
java.lang.Object... args) |
ClientException(ErrorType errType,
java.lang.Throwable cause,
NlsKey nls) |
ClientException(ErrorType errType,
java.lang.Throwable cause,
NlsKey nls,
java.lang.Object... args) |
ServerException(ErrorType errType,
NlsKey nls,
java.lang.Object... args) |
ServerException(ErrorType errType,
java.lang.Throwable cause,
NlsKey trKey) |
ServerException(ErrorType errType,
java.lang.Throwable cause,
NlsKey nls,
java.lang.Object... args) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.