public static class Resources.ExInstWithCause<T extends Exception> extends Resources.Inst
Resources.Inst that can throw an exception. Requires caused
by exception.args, base, method| Constructor and Description |
|---|
Resources.ExInstWithCause(String base,
Locale locale,
Method method,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
T |
ex(Throwable cause) |
static Class |
getExceptionClass(Type type) |
Resources.Inst |
localize(Locale locale) |
void |
validate(EnumSet<Resources.Validation> validations) |
protected void |
validateException(Callable<Exception> exSupplier) |
bundle, equals, getProperties, hashCode, raw, strpublic Resources.Inst localize(Locale locale)
localize in class Resources.Instpublic void validate(EnumSet<Resources.Validation> validations)
validate in class Resources.InstCopyright © 2014–2015 Julian Hyde. All rights reserved.