Also: SpringCore
public interface

ErrorCoded

org.springframework.core.ErrorCoded
Known Indirect Subclasses

Class Overview

Interface that can be implemented by exceptions etc that are error coded. The error code is a String, rather than a number, so it can be given user-readable values, such as "object.failureDescription".

An error code can be resolved by a MessageSource, for example.

See Also

Summary

Public Methods
abstract String getErrorCode()
Return the error code associated with this failure.

Public Methods

public abstract String getErrorCode ()

Also: SpringCore

Return the error code associated with this failure. The GUI can render this any way it pleases, allowing for localization etc.

Returns
  • a String error code associated with this failure, or null if not error-coded