| java.lang.Object java.lang.Throwable java.lang.Exception com.flexive.shared.exceptions.FxApplicationException com.flexive.shared.exceptions.FxNotFoundException
FxNotFoundException | public class FxNotFoundException extends FxApplicationException (Code) | | Exception thrown if "something" was not found (localized)
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
Constructor Summary | |
public | FxNotFoundException(FxApplicationException converted) | public | FxNotFoundException(Log log, FxApplicationException converted) | public | FxNotFoundException(String key, Object... values) | public | FxNotFoundException(Log log, String key, Object... values) | public | FxNotFoundException(Throwable cause, String key, Object... values) | public | FxNotFoundException(Log log, Throwable cause, String key, Object... values) | public | FxNotFoundException(String key) | public | FxNotFoundException(Log log, String key) | public | FxNotFoundException(String message, Throwable cause) | public | FxNotFoundException(Log log, String message, Throwable cause) | public | FxNotFoundException(Throwable cause) | public | FxNotFoundException(Log log, Throwable cause) |
FxNotFoundException | public FxNotFoundException(FxApplicationException converted)(Code) | | Localized exception constructor
Parameters: converted - |
FxNotFoundException | public FxNotFoundException(Log log, FxApplicationException converted)(Code) | | Localized exception constructor
Parameters: log - Parameters: converted - |
FxNotFoundException | public FxNotFoundException(String key, Object... values)(Code) | | Localized exception constructor
Parameters: key - Parameters: values - |
FxNotFoundException | public FxNotFoundException(Log log, String key, Object... values)(Code) | | Localized exception constructor
Parameters: log - Parameters: key - Parameters: values - |
FxNotFoundException | public FxNotFoundException(Throwable cause, String key, Object... values)(Code) | | Localized exception constructor
Parameters: cause - Parameters: key - Parameters: values - |
FxNotFoundException | public FxNotFoundException(Log log, Throwable cause, String key, Object... values)(Code) | | Localized exception constructor
Parameters: log - Parameters: cause - Parameters: key - Parameters: values - |
FxNotFoundException | public FxNotFoundException(String key)(Code) | | Localized exception constructor
Parameters: key - |
FxNotFoundException | public FxNotFoundException(Log log, String key)(Code) | | Localized exception constructor
Parameters: log - Parameters: key - |
FxNotFoundException | public FxNotFoundException(String message, Throwable cause)(Code) | | Localized exception constructor
Parameters: message - Parameters: cause - |
FxNotFoundException | public FxNotFoundException(Log log, String message, Throwable cause)(Code) | | Localized exception constructor
Parameters: log - Parameters: message - Parameters: cause - |
FxNotFoundException | public FxNotFoundException(Throwable cause)(Code) | | Localized exception constructor
Parameters: cause - |
FxNotFoundException | public FxNotFoundException(Log log, Throwable cause)(Code) | | Localized exception constructor
Parameters: log - Parameters: cause - |
|
|