mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
28.47.2010 cc556edc003e4fb8df13611167fab0d9fd3890f9
opendj-sdk/sdk/src/org/opends/sdk/LocalizableException.java
@@ -28,19 +28,15 @@
/**
 * This interface should be implemented by any exception interfaces that
 * expose a localizable error message.
 * This interface should be implemented by any exception interfaces that expose
 * a localizable error message.
 */
public interface LocalizableException
{
  /**
   * Returns the message that explains the problem that occurred.
   *
   *
   * @return The message that explains the problem that occurred.
   */
  LocalizableMessage getMessageObject();