| java.lang.Object java.lang.Throwable java.lang.Exception com.flexive.shared.exceptions.FxApplicationException com.flexive.shared.exceptions.FxTreeException
FxTreeException | public class FxTreeException extends FxApplicationException (Code) | | Exception thrown by the enchanced nested set tree implementation
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
Constructor Summary | |
public | FxTreeException(FxApplicationException converted) | public | FxTreeException(Log log, FxApplicationException converted) | public | FxTreeException(String key, Object... values) | public | FxTreeException(Log log, String key, Object... values) | public | FxTreeException(Throwable cause, String key, Object... values) | public | FxTreeException(Log log, Throwable cause, String key, Object... values) | public | FxTreeException(String key) | public | FxTreeException(Log log, String key) | public | FxTreeException(String message, Throwable cause) | public | FxTreeException(Log log, String message, Throwable cause) | public | FxTreeException(Throwable cause) | public | FxTreeException(Log log, Throwable cause) |
FxTreeException | public FxTreeException(FxApplicationException converted)(Code) | | Localized exception constructor
Parameters: converted - exception to convert to a FxTreeException |
FxTreeException | public FxTreeException(Log log, FxApplicationException converted)(Code) | | Localized exception constructor
Parameters: log - logger Parameters: converted - exception to convert to a FxTreeException |
FxTreeException | public FxTreeException(String key, Object... values)(Code) | | Localized exception constructor
Parameters: key - message key Parameters: values - message parameters |
FxTreeException | public FxTreeException(Log log, String key, Object... values)(Code) | | Localized exception constructor
Parameters: log - logger Parameters: key - message key Parameters: values - message parameters |
FxTreeException | public FxTreeException(Throwable cause, String key, Object... values)(Code) | | Localized exception constructor
Parameters: cause - original cause Parameters: key - message key Parameters: values - message parameters |
FxTreeException | public FxTreeException(Log log, Throwable cause, String key, Object... values)(Code) | | Localized exception constructor
Parameters: log - logger Parameters: cause - original cause Parameters: key - message key Parameters: values - message parameters |
FxTreeException | public FxTreeException(String key)(Code) | | Localized exception constructor
Parameters: key - message key |
FxTreeException | public FxTreeException(Log log, String key)(Code) | | Localized exception constructor
Parameters: log - logger Parameters: key - message key |
FxTreeException | public FxTreeException(String message, Throwable cause)(Code) | | Localized exception constructor
Parameters: message - message Parameters: cause - original cause |
FxTreeException | public FxTreeException(Log log, String message, Throwable cause)(Code) | | Localized exception constructor
Parameters: log - logger Parameters: message - message Parameters: cause - original cause |
FxTreeException | public FxTreeException(Throwable cause)(Code) | | Localized exception constructor
Parameters: cause - original cause |
FxTreeException | public FxTreeException(Log log, Throwable cause)(Code) | | Localized exception constructor
Parameters: log - logger Parameters: cause - original cause |
|
|