Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
public class LocalizedIllegalArgumentException extends IllegalArgumentException
IllegalArgumentException to provide exceptions in user locale error messages.| Constructor and Description |
|---|
LocalizedIllegalArgumentException(ApplicationResourcesAccessor accessor,
String key) |
LocalizedIllegalArgumentException(ApplicationResourcesAccessor accessor,
String key,
Serializable... args) |
LocalizedIllegalArgumentException(Throwable cause,
ApplicationResourcesAccessor accessor,
String key) |
LocalizedIllegalArgumentException(Throwable cause,
ApplicationResourcesAccessor accessor,
String key,
Serializable... args) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalizedMessage() |
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LocalizedIllegalArgumentException(ApplicationResourcesAccessor accessor, String key)
public LocalizedIllegalArgumentException(ApplicationResourcesAccessor accessor, String key, Serializable... args)
public LocalizedIllegalArgumentException(Throwable cause, ApplicationResourcesAccessor accessor, String key)
public LocalizedIllegalArgumentException(Throwable cause, ApplicationResourcesAccessor accessor, String key, Serializable... args)
public String getLocalizedMessage()
getLocalizedMessage in class ThrowableCopyright © 2000–2016 AO Industries, Inc.. All rights reserved.