public class LocalizableExceptionAdapter extends Exception implements Localizable
| Modifier and Type | Field and Description |
|---|---|
protected Localizable |
localizablePart |
protected Throwable |
nestedException |
| Constructor and Description |
|---|
LocalizableExceptionAdapter(Throwable nestedException) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments() |
String |
getKey() |
String |
getLocalizedMessage() |
String |
getMessage() |
Throwable |
getNestedException() |
String |
getResourceBundleName() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, setStackTraceprotected Localizable localizablePart
protected Throwable nestedException
public LocalizableExceptionAdapter(Throwable nestedException)
public String getKey()
getKey in interface Localizablepublic Object[] getArguments()
getArguments in interface Localizablepublic String getResourceBundleName()
getResourceBundleName in interface Localizablepublic String getLocalizedMessage()
getLocalizedMessage in class Throwablepublic String getMessage()
getMessage in class Throwablepublic Throwable getNestedException()
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class ThrowableCopyright © 2017–2019 Eclipse Foundation. All rights reserved.