Package | Description |
---|---|
net.sf.mmm.util.lang.base |
Contains the basic implementation of the Util Lang API.
|
net.sf.mmm.util.validation.api |
Provides the API for simple validation of values.
|
net.sf.mmm.util.validation.base |
Contains the base-implementations of the
validation API . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractErrorMessage
This is the abstract base class for an error
Message . |
class |
AbstractMessage
This is the abstract base implementation of
Message . |
class |
ErrorMessage
This is the implementation of an error
Message that is already localized. |
class |
InformationMessage
This is the implementation of an
information
Message . |
class |
WarningMessage
|
Modifier and Type | Interface and Description |
---|---|
interface |
ValidationFailure
This is the interface for a failure of a
validation . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractValidationFailure
This is the abstract base implementation of
ValidationFailure . |
class |
ComposedValidationFailure
This is an implementation of
ValidationFailure that represents the composition of other
ValidationFailure s. |
class |
ValidationFailureImpl
This is an implementation of
ValidationFailure . |
class |
ValidationFailureSuccess
Placeholder implementation of
ValidationFailure representing success used as internal representation where
null is not suitable. |
Copyright © 2001–2016 mmm-Team. All rights reserved.