Uses of Interface
com.aoapps.lang.exception.LocalizedException
-
Packages that use LocalizedException Package Description com.aoapps.lang com.aoapps.lang.concurrent com.aoapps.lang.io com.aoapps.lang.sql com.aoapps.lang.text -
-
Uses of LocalizedException in com.aoapps.lang
Classes in com.aoapps.lang that implement LocalizedException Modifier and Type Class Description classLocalizedIllegalArgumentExceptionExtendsIllegalArgumentExceptionto provide exceptions in user locale error messages.classLocalizedIllegalStateExceptionExtendsIllegalStateExceptionto provide exceptions in user locale error messages.classLocalizedUnsupportedOperationExceptionExtendsUnsupportedOperationExceptionto provide exceptions in user locale error messages. -
Uses of LocalizedException in com.aoapps.lang.concurrent
Classes in com.aoapps.lang.concurrent that implement LocalizedException Modifier and Type Class Description classLocalizedTimeoutExceptionExtendsTimeoutExceptionto provide exceptions in user locale error messages. -
Uses of LocalizedException in com.aoapps.lang.io
Classes in com.aoapps.lang.io that implement LocalizedException Modifier and Type Class Description classLocalizedIOExceptionExtendsIOExceptionto provide exceptions with user locale error messages.classLocalizedUnsupportedEncodingExceptionExtendsUnsupportedEncodingExceptionto provide exceptions with user locale error messages. -
Uses of LocalizedException in com.aoapps.lang.sql
Classes in com.aoapps.lang.sql that implement LocalizedException Modifier and Type Class Description classLocalizedSQLExceptionExtendsSQLExceptionto provide exceptions with user locale error messages. -
Uses of LocalizedException in com.aoapps.lang.text
Classes in com.aoapps.lang.text that implement LocalizedException Modifier and Type Class Description classLocalizedParseExceptionExtendsParseExceptionto provide exceptions in user locale error messages.
-