Class LocalizedStringWarning

java.lang.Object
com.lokalized.LocalizedStringWarning

@ThreadSafe public final class LocalizedStringWarning extends Object
Describes a non-fatal validation problem detected while loading a localized strings file.

Instances are supplied to a LocalizedStringWarningHandler. Lokalized constructs these objects; application code should normally only inspect them. A warning never aborts loading on its own - the configured handler decides what to do (log it, ignore it, collect it, or throw to fail the load).

Since:
3.0.0
Author:
Mark Allen