| java.lang.Object java.lang.Throwable java.lang.Exception com.teamkonzept.lib.TKException
All known Subclasses: com.teamkonzept.db.TKDatabaseException, com.teamkonzept.lib.TKConfigurationException, com.teamkonzept.webman.mainint.events.TKUserException,
TKException | public class TKException extends Exception implements ErrorCodes(Code) | | this is the wrapper class for all Exceptions
author: $Author: alexandergrosse $ version: $Revision: 1.7.6.1 $ |
Constructor Summary | |
public | TKException(String description, int _errorCode, int _severity, boolean _ispublic, Throwable t) constructor, if the error was detected without a thrown exception,
e.g. | public | TKException(String description, int _errorCode, int _severity, boolean _ispublic, Object[] arguments, Throwable t) |
TKException | public TKException(String description, int _errorCode, int _severity, boolean _ispublic, Throwable t)(Code) | | constructor, if the error was detected without a thrown exception,
e.g. by testing some values
|
TKException | public TKException(String description, int _errorCode, int _severity, boolean _ispublic, Object[] arguments, Throwable t)(Code) | | |
getErrorCode | public int getErrorCode()(Code) | | |
getFullStackTrace | public String getFullStackTrace()(Code) | | Convenience
|
getSeverity | public int getSeverity()(Code) | | |
isPublic | public boolean isPublic()(Code) | | |
|
|