CoreException
s carry a status object to indicate what went wrong. Status objects are also returned by methods needing to provide details of failures (e.g., validation methods). A status carries the following information:
The class Status
is the standard public implementation of status objects; the subclass MultiStatus
is the implements multi-status objects.
This interface can be used without OSGi running.
@see MultiStatus @see Status
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|