Package com.lokalized

Class LocalizedStringLoadingException

All Implemented Interfaces:
Serializable

@NotThreadSafe public class LocalizedStringLoadingException extends RuntimeException
Exception which indicates a problem encountered while processing a localized strings file.

This class is intended for use by a single thread.

Author:
Mark Allen
See Also:
  • Constructor Details

    • LocalizedStringLoadingException

      public LocalizedStringLoadingException(@Nullable String message)
      Constructs a new exception with the specified message.
      Parameters:
      message - the message to use for this exception, may be null
    • LocalizedStringLoadingException

      public LocalizedStringLoadingException(@Nullable String message, @Nullable Throwable cause)
      Constructs a new exception with the specified message and cause.
      Parameters:
      message - the message to use for this exception, may be null
      cause - the cause of the exception, may be null