Class MuLiException

All Implemented Interfaces:
Serializable

public class MuLiException extends RuntimeException
A special runteim exception which encapsulates a message text plus an array of Objects, which serve as arguments. Normally the message will be translated, according to some Catalog, and AFTER translations the String will be formatted.
See Also:
  • Field Details

    • EMPTY_ARRAY

      static final Object[] EMPTY_ARRAY
    • location

      protected Location location
    • messageText

      protected String messageText
    • args

      protected Object[] args
  • Constructor Details

    • MuLiException

      public MuLiException(@Opt @Opt Location location, String messageText, Object... args)
    • MuLiException

      public MuLiException(String messageText, Object... args)
    • MuLiException

      public MuLiException(String messageText)
  • Method Details

    • getLocation

      public Location getLocation()
    • getMessageText

      protected String getMessageText()
    • getArgs

      protected Object[] getArgs()