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 LocalizedIOException extends IOException
IOException to provide exceptions with user locale error messages.| Constructor and Description |
|---|
LocalizedIOException(ApplicationResourcesAccessor accessor,
String key) |
LocalizedIOException(ApplicationResourcesAccessor accessor,
String key,
Serializable... args) |
LocalizedIOException(Throwable cause,
ApplicationResourcesAccessor accessor,
String key) |
LocalizedIOException(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 LocalizedIOException(ApplicationResourcesAccessor accessor, String key)
public LocalizedIOException(ApplicationResourcesAccessor accessor, String key, Serializable... args)
public LocalizedIOException(Throwable cause, ApplicationResourcesAccessor accessor, String key)
public LocalizedIOException(Throwable cause, ApplicationResourcesAccessor accessor, String key, Serializable... args)
public String getLocalizedMessage()
getLocalizedMessage in class ThrowableCopyright © 2000–2016 AO Industries, Inc.. All rights reserved.