- addTemplate(MsgTemplate) - Method in class org.niaouli.exception.MsgFormatter
-
- AppError - Class in org.niaouli.exception
-
Error description.
- AppError(String) - Constructor for class org.niaouli.exception.AppError
-
Create a new error.
- AppError(String, Serializable[]) - Constructor for class org.niaouli.exception.AppError
-
Create a new error.
- AppError(String, String) - Constructor for class org.niaouli.exception.AppError
-
Create a new error.
- AppError(String, Serializable[], String) - Constructor for class org.niaouli.exception.AppError
-
Create a new error.
- AppException - Exception in org.niaouli.exception
-
Exception with embedded errors descriptions.
- AppException(List<AppError>) - Constructor for exception org.niaouli.exception.AppException
-
Creates a new exception.
- AppException(AppError) - Constructor for exception org.niaouli.exception.AppException
-
Creates a new exception with one error.
- AppException(String) - Constructor for exception org.niaouli.exception.AppException
-
Creates a new exception with one error.
- AppException(String, Serializable[]) - Constructor for exception org.niaouli.exception.AppException
-
Creates a new exception with one error.
- AppException(String, String) - Constructor for exception org.niaouli.exception.AppException
-
Creates a new exception with one error.
- AppException(String, Serializable[], String) - Constructor for exception org.niaouli.exception.AppException
-
Creates a new exception with one error.