www.element4solution.com

e4s.util
Class E4Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by e4s.util.E4Exception
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
E4CgiParamsException, E4DBException, E4JavaScript.E4JavaScriptException, E4MethodException, E4ObjectNotAvailableException, FILESELECTION.E4ExceptionInstanciate, FRAMESET.E4FrameException

public abstract class E4Exception
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static int ERR_CALLBACK_GENERAL
           
static int ERR_CALLBACK_NOT_UNIQUE
           
static int ERR_CGI_PARAMETERS
           
static int ERR_CLIENT_OBJ_FIELDLENGTH
           
static int ERR_CLIENT_OBJECT_MISSING
           
static int ERR_FIELD_FINAL
           
static int ERR_FIELD_NOT_STATIC
           
static int ERR_HTML_FRAMESET
           
static int ERR_INTERFACE_EXPECTED
           
static int ERR_JAVA_SCRIPT
           
static int ERR_MULTIPLE_DECLARATIONS
           
static int ERR_NO_METHODS_DECLARED
           
static int ERR_SESSION_OBJECT_MISSING
           
static int ERR_SQL
           
static int ERR_USER_OBJ_FIELDLENGTH
           
 
Constructor Summary
E4Exception(int code)
           
E4Exception(int code, java.lang.String err)
           
E4Exception(int code, java.lang.Throwable t)
           
 
Method Summary
static java.lang.String _getSVNVersionString()
          Get version info string from subversion.
static void Log(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERR_CALLBACK_GENERAL

public static final int ERR_CALLBACK_GENERAL
See Also:
Constant Field Values

ERR_CALLBACK_NOT_UNIQUE

public static final int ERR_CALLBACK_NOT_UNIQUE
See Also:
Constant Field Values

ERR_FIELD_NOT_STATIC

public static final int ERR_FIELD_NOT_STATIC
See Also:
Constant Field Values

ERR_NO_METHODS_DECLARED

public static final int ERR_NO_METHODS_DECLARED
See Also:
Constant Field Values

ERR_MULTIPLE_DECLARATIONS

public static final int ERR_MULTIPLE_DECLARATIONS
See Also:
Constant Field Values

ERR_FIELD_FINAL

public static final int ERR_FIELD_FINAL
See Also:
Constant Field Values

ERR_CGI_PARAMETERS

public static final int ERR_CGI_PARAMETERS
See Also:
Constant Field Values

ERR_SESSION_OBJECT_MISSING

public static final int ERR_SESSION_OBJECT_MISSING
See Also:
Constant Field Values

ERR_CLIENT_OBJECT_MISSING

public static final int ERR_CLIENT_OBJECT_MISSING
See Also:
Constant Field Values

ERR_CLIENT_OBJ_FIELDLENGTH

public static final int ERR_CLIENT_OBJ_FIELDLENGTH
See Also:
Constant Field Values

ERR_USER_OBJ_FIELDLENGTH

public static final int ERR_USER_OBJ_FIELDLENGTH
See Also:
Constant Field Values

ERR_HTML_FRAMESET

public static final int ERR_HTML_FRAMESET
See Also:
Constant Field Values

ERR_SQL

public static final int ERR_SQL
See Also:
Constant Field Values

ERR_INTERFACE_EXPECTED

public static final int ERR_INTERFACE_EXPECTED
See Also:
Constant Field Values

ERR_JAVA_SCRIPT

public static final int ERR_JAVA_SCRIPT
See Also:
Constant Field Values
Constructor Detail

E4Exception

public E4Exception(int code,
                   java.lang.String err)

E4Exception

public E4Exception(int code)

E4Exception

public E4Exception(int code,
                   java.lang.Throwable t)
Method Detail

Log

public static void Log(java.lang.String message)

_getSVNVersionString

public static java.lang.String _getSVNVersionString()
Get version info string from subversion.

Returns:
the version info string.
See Also:
E4Util.getRevisionCodeFromSVN(Class)

www.element4solution.com