www.element4solution.com

e4s.html
Class E4CgiParamsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by e4s.util.E4Exception
              extended by e4s.html.E4CgiParamsException
All Implemented Interfaces:
java.io.Serializable

public class E4CgiParamsException
extends E4Exception

Exception, indicating that a CGI parameter was expected but is not available.

See Also:
Serialized Form

Field Summary
static int ERROR_CLASS
           
 
Fields inherited from class e4s.util.E4Exception
ERR_CALLBACK_GENERAL, ERR_CALLBACK_NOT_UNIQUE, ERR_CGI_PARAMETERS, ERR_CLIENT_OBJ_FIELDLENGTH, ERR_CLIENT_OBJECT_MISSING, ERR_FIELD_FINAL, ERR_FIELD_NOT_STATIC, ERR_HTML_FRAMESET, ERR_INTERFACE_EXPECTED, ERR_JAVA_SCRIPT, ERR_MULTIPLE_DECLARATIONS, ERR_NO_METHODS_DECLARED, ERR_SESSION_OBJECT_MISSING, ERR_SQL, ERR_USER_OBJ_FIELDLENGTH
 
Constructor Summary
E4CgiParamsException(java.lang.String txt)
           
 
Method Summary
static java.lang.String _getSVNVersionString()
          Get version info string from subversion.
 
Methods inherited from class e4s.util.E4Exception
Log
 
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

ERROR_CLASS

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

E4CgiParamsException

public E4CgiParamsException(java.lang.String txt)
Method Detail

_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