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

matthew_swift
28.47.2010 f2160f4bd1c8ac67e5a86a6710d431e8932877f9
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();