| java.lang.Object java.lang.Throwable java.lang.Exception com.flexive.shared.exceptions.FxApplicationException com.flexive.shared.exceptions.FxLookupException
Constructor Summary | |
public | FxLookupException(FxApplicationException converted) | public | FxLookupException(Log log, FxApplicationException converted) | public | FxLookupException(String key, Object... values) | public | FxLookupException(Log log, String key, Object... values) | public | FxLookupException(Throwable cause, String key, Object... values) | public | FxLookupException(Log log, Throwable cause, String key, Object... values) | public | FxLookupException(String key) | public | FxLookupException(Log log, String key) | public | FxLookupException(String message, Throwable cause) | public | FxLookupException(Log log, String message, Throwable cause) | public | FxLookupException(Throwable cause) | public | FxLookupException(Log log, Throwable cause) |
FxLookupException | public FxLookupException(Log log, FxApplicationException converted)(Code) | | Localized exception constructor
Parameters: log - Parameters: converted - |
FxLookupException | public FxLookupException(String key, Object... values)(Code) | | Localized exception constructor
Parameters: key - Parameters: values - |
FxLookupException | public FxLookupException(Log log, String key, Object... values)(Code) | | Localized exception constructor
Parameters: log - Parameters: key - Parameters: values - |
FxLookupException | public FxLookupException(Throwable cause, String key, Object... values)(Code) | | Localized exception constructor
Parameters: cause - Parameters: key - Parameters: values - |
FxLookupException | public FxLookupException(Log log, Throwable cause, String key, Object... values)(Code) | | Localized exception constructor
Parameters: log - Parameters: cause - Parameters: key - Parameters: values - |
FxLookupException | public FxLookupException(String key)(Code) | | Localized exception constructor
Parameters: key - |
FxLookupException | public FxLookupException(Log log, String key)(Code) | | Localized exception constructor
Parameters: log - Parameters: key - |
FxLookupException | public FxLookupException(String message, Throwable cause)(Code) | | Localized exception constructor
Parameters: message - Parameters: cause - |
FxLookupException | public FxLookupException(Log log, String message, Throwable cause)(Code) | | Localized exception constructor
Parameters: log - Parameters: message - Parameters: cause - |
FxLookupException | public FxLookupException(Throwable cause)(Code) | | Localized exception constructor
Parameters: cause - |
FxLookupException | public FxLookupException(Log log, Throwable cause)(Code) | | Localized exception constructor
Parameters: log - Parameters: cause - |
|
|