public interface

NLSException

org.apache.lucene.messages.NLSException

Class Overview

Interface that exceptions should implement to support lazy loading of messages. For Native Language Support (NLS), system of software internationalization. This Interface should be implemented by all exceptions that require translation

Summary

Public Methods
abstract Message getMessageObject()

Public Methods

public abstract Message getMessageObject ()

Returns
  • a instance of a class that implements the Message interface