Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.tripi.asp.AspException

Uses of AspException in com.tripi.asp
 

Subclasses of AspException in com.tripi.asp
 class AspCastException
          This exception signals that an invalid cast has occurred.
 class AspEmptyException
          Special exception class which returns blank for all values.
 class AspExitDoException
          The AspExitDoException class handles the EXIT DO statement in VBScript.
 class AspExitException
          The AspExitException class is a base class for the AspExit*Exception classes
 class AspExitForException
          The AspExitForException handles the EXIT FOR statement in VBScript.
 class AspExitFunctionException
          The AspExitFunctionException handles the EXIT FUNCTION statement in VBScript
 class AspExitScriptException
          The AspExitScriptException class handles the Response.End statement in VBScript
 class AspExitSubException
          The ExitSubNode class handles the EXIT SUB statement in VBScript
 class AspInvalidArgumentsException
          This exception is thrown if a function is called with an invalid number of arguments.
 class AspNestedException
          AspNestedException handles generic sub-exceptions.
 class AspNotImplementedException
          This exception class signals that a method was called which is not implemented.
 class AspOverflowException
          This exception is throws if the arguments to a function are outside the legal range of values.
 class AspReadOnlyException
          This exception is thrown if write is attempted on a read-only variable.
 class AspRedefineIdentException
          This exception is thrown if a variable is redefined.
 class AspSubscriptOutOfRangeException
          This exception class signals that some function was called with the subscript out of range.
 class AspTimeoutException
          This exception is thrown when a script times out.
 

Fields in com.tripi.asp declared as AspException
(package private)  AspException ThrowExceptionNode.exception
          Exception to throw when this block is executed.
(package private)  AspException AspThread.ex
          Exception thrown during execution
(package private)  AspException AspRuntimeSubException.ex
          Actual AspException
 

Methods in com.tripi.asp that return AspException
 AspException AspRuntimeSubException.getException()
          Obtain the actual exception.
 

Methods in com.tripi.asp with parameters of type AspException
 boolean SetStatusExceptionHandler.onExceptionOccured(AspContext ctx, AspException ex)
          This function is called when an exception occurs
 boolean PrintMessageExceptionHandler.onExceptionOccured(AspContext ctx, AspException ex)
          This function is called when an exception occurs
 boolean PrintExceptionHandler.onExceptionOccured(AspContext ctx, AspException ex)
          This function is called when an exception occurs
 boolean MailExceptionHandler.onExceptionOccured(AspContext ctx, AspException ex)
          This function is called when an exception occurs
 boolean FileNotFoundExceptionHandler.onExceptionOccured(AspContext ctx, AspException ex)
          This function is called when an exception occurs
 boolean AspExceptionHandler.onExceptionOccured(AspContext ctx, AspException ex)
          This function is called when an exception occurs.
 

Methods in com.tripi.asp that throw AspException
 void VarListNode.dump()
          Dumps the representation of this varlist
 java.lang.Object VarListNode.execute(AspContext context)
          Executes all of the elements in the variable list and returns a vector of the return values of each node.
protected static void VBScriptGlobals.initScope(java.util.Hashtable context)
          Constructor, takes no arguments
 java.lang.Object VBScriptGlobals.AbsFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.ArrayFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.AscFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.AscBFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.AtnFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.CBoolFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.CByteFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.CDateFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.CDblFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.ChrFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.CIntFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.CLngFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.CosFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.CreateObjectFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.CStrFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.DateFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.DateAddFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.DateDiffFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.DatePartFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.DateSerialFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.DateValueFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.DayFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.EraseFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.ExpFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.FixFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.FormatDateFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.FormatNumberFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.HexFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.HourFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.InStrFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.InStrRevFunction.execute(java.util.Vector values, AspContext context)
          Executes the InStrRev function.
 java.lang.Object VBScriptGlobals.IntFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.IsArrayFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.IsDateFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.LBoundFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.LeftFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.MidFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.IsEmptyFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.IsNullFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.IsNumericFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.IsObjectFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.JoinFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.LCaseFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.LenFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.LogFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.LTrimFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.MinuteFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.MonthFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.MonthNameFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.NowFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.OctFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.RandomizeFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.ReplaceFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.RGBFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.RightFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.RndFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.RoundFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.RTrimFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.ScriptEngineFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.ScriptEngineBuildVersionFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.ScriptEngineMajorVersionFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.ScriptEngineMinorVersionFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.SecondFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.SgnFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.SinFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.SpaceFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.SplitFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.SqrFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.StrCompFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.StringFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.StrReverseFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.TanFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.TimeFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.TimeSerialFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.TrimFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.UBoundFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.UCaseFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.WeekdayFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.WeekdayNameFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
 java.lang.Object VBScriptGlobals.YearFunction.execute(java.util.Vector values, AspContext context)
          Executes this function.
static java.lang.Integer Types.coerceToInteger(java.lang.Object obj)
          Coerces a data type into an Integer type.
static java.lang.String Types.coerceToString(java.lang.Object obj)
          Coerces an object to a string.
(package private) static java.lang.Boolean Types.coerceToBoolean(java.lang.Object obj)
          Converts a data object to a boolean type.
(package private) static java.lang.Double Types.coerceToDouble(java.lang.Object obj)
          Casts an object to a double value.
(package private) static AspDate Types.coerceToDate(java.lang.Object obj)
          Coerces a data value to a Date value.
(package private) static java.lang.Object Types.coerceToNode(java.lang.Object obj)
          Coerces an object to a "node".
static boolean Types.isNumber(java.lang.Object obj)
          Determines if this object is a number.
static java.lang.Object Types.dereference(java.lang.Object obj)
          Derefernces the given object.
 void ThrowExceptionNode.dump()
          Dumps this VBScript element.
 java.lang.Object ThrowExceptionNode.execute(AspContext context)
          Executes this node, throwing the exception we want to throw.
 void SubDefinitionNode.dump()
          Dumps the string representation of this subroutine definition.
 void SubDefinitionNode.prepare(AspContext scope)
          Prepares this subroutine, it effectively defines this subroutine within the global scope.
 java.lang.Object SubDefinitionNode.execute(AspContext scope)
          Executes this subroutine, the subroutine definition itself has no effect when executed.
 java.lang.Object SubDefinitionNode.execute(VarListNode param, AspContext scope)
          This function executes the subroutine/function itself.
 void SimpleReference.setValue(java.lang.Object value)
           
 java.lang.Object SimpleReference.getValue()
           
 java.lang.Object SimpleMap.get(java.lang.Object key)
           
 void SimpleMap.put(java.lang.Object key, java.lang.Object value)
           
 java.util.Enumeration SimpleMap.getKeys()
           
 void SetValueNode.dump()
          Dumps the debugging information about this node.
 void SetValueNode.prepare(AspContext context)
          Prepare this node for execution.
 java.lang.Object SetValueNode.execute(AspContext context)
          Executes this node, setting the value of the node.
 boolean SetStatusExceptionHandler.onExceptionOccured(AspContext ctx, AspException ex)
          This function is called when an exception occurs
 java.lang.Object Session.get(java.lang.Object key)
          Obtains a value in the session object, implementing the SimpleMap.get function.
 void Session.put(java.lang.Object key, java.lang.Object value)
          Stores a value in the session.
 java.util.Enumeration Session.getKeys()
          Obtains the keys of the map interface.
 void Session.abandon()
          ASP function, abandons the current session.
 java.lang.String Session.SessionID()
          ASP function, obtains the session identifier
protected  void Session.getSessionIfExists()
          Internal function to obtain the session if it already exists.
private  void Session.getSession()
          Internal function which obtains the current, active session.
 java.lang.Object Session.ContentsReference.getValue()
          Obtain the value this reference represents
 void Session.ContentsReference.setValue(java.lang.Object obj)
          Sets the value this reference represents.
 void SelectNode.dump()
           
 void SelectNode.prepare(AspContext context)
           
 java.lang.Object SelectNode.execute(AspContext context)
           
 void Response.Write(java.lang.String str)
          ASP-accessible function to output text to the client.
 void Response.Flush()
          ASP-accessible function to output any buffered text to the client.
 void Response.Redirect(java.lang.String redir)
          ASP-accessible function to redirect the user to a different URL.
 void Response.Buffer(boolean bBuffer)
          This ASP-accessible function acts as the ASP field 'buffer', which enables or disables buffering.
 void Response.Clear()
          The ASP-accessible Clear function clears any buffered text.
 void Response.End()
          The ASP-accessible End function ends the current ASP script immediately.
 void Response.Expires(int minutes)
          This ASP-accessible function sets the expiry time to the specified number of minutes from the current date/time.
 void Response.ExpiresAbsolute(AspDate date)
          This ASP-accessible function sets the expiry time to the specified absolute date.
 void Response.BinaryWrite(byte[] arr)
          This ASP-accessible BinaryWrite function writes binary data to the output stream.
(package private)  void Response.sendHeaders()
          Internal function to send the headers.
 java.lang.Object Response.CookieJar.get(java.lang.Object key)
          Obtains a cookie from the jar.
 void Response.CookieJar.put(java.lang.Object key, java.lang.Object value)
          Stores a cookie value in the jar.
 java.util.Enumeration Response.CookieJar.getKeys()
          Enumerates the elements in this jar.
(package private)  void Response.CookieJar.sendCookies()
          Send all of the cookies stored in the jar.
 void Response.CookieJar.CookieCrumb.Expires(AspDate date)
          Sets the date this cookie expires.
 void Response.CookieJar.CookieCrumb.Path(java.lang.String path)
          Sets the cookie path
 void Response.CookieJar.CookieCrumb.Secure(boolean secure)
          Set the secure flag
 void Response.CookieJar.CookieCrumb.setValue(java.lang.Object value)
          Reference write function.
 java.lang.Object Response.CookieJar.CookieCrumb.getValue()
          Reference read function.
 boolean Response.CookieJar.CookieCrumb.HasKeys()
          Does this set of cookies have keys?
 java.lang.Object Response.CookieJar.CookieCrumb.get(java.lang.Object index)
          Gets the value in a SimpleMap context.
 void Response.CookieJar.CookieCrumb.put(java.lang.Object index, java.lang.Object value)
          Sets the value in a SimpleMap context.
 java.util.Enumeration Response.CookieJar.CookieCrumb.getKeys()
          Enumerates all of the keys in this cookie.
private  void Response.CookieJar.CookieCrumb.updateCookie()
          Update the value of the cookie.
 java.lang.Object Request.get(java.lang.Object obj)
          SimpleMap interface, obtains the value of an object stored in one of the sub objects, in the following order: QueryString, Form, Cookies, ServerVariables.
 void Request.put(java.lang.Object key, java.lang.Object value)
          Stores a value in this object.
 java.util.Enumeration Request.getKeys()
          Obtains the list of keys in this object.
 java.lang.Object Request.ServerVariablesObj.get(java.lang.Object obj)
          Obtain the value of a server variable.
 void Request.ServerVariablesObj.put(java.lang.Object key, java.lang.Object value)
          Stores a value with a specified key.
 java.util.Enumeration Request.ServerVariablesObj.getKeys()
          Obtains the keys of objects stored in this object.
protected  void Request.ServerVariablesObj.ServerVariablesContents.initialize()
          Initialize the values for this collection
 java.lang.Object Request.QueryStringObj.getValue()
          SimpleReference read method which obtains the full value of this string.
 void Request.QueryStringObj.setValue(java.lang.Object obj)
          SimpleReference write method which always throws an AspReadOnlyException because Request.QueryString objects are read-only.
 java.lang.Object Request.QueryStringObj.get(java.lang.Object obj)
          SimpleMap read method which obtains the value of a specific parameter in the query string.
 void Request.QueryStringObj.put(java.lang.Object key, java.lang.Object value)
          SimpleMap write method which stores a value with the specified key.
 java.util.Enumeration Request.QueryStringObj.getKeys()
          Obtains the names of parameters stored in this object.
 int Request.QueryStringObj.Count()
          ASP-Accessible function to obtain the number of items in this query string.
protected  void Request.QueryStringObj.QueryStringContents.initialize()
          Initialized the values for the query string contents
 java.util.Enumeration Request.FormObj.getKeys()
          Obtains the list of keys in this object.
 java.lang.Object Request.FormObj.get(java.lang.Object obj)
          Obtains a form value with the specified key.
 void Request.FormObj.put(java.lang.Object key, java.lang.Object value)
          Implements the SimpleMap.put interface function.
 int Request.FormObj.Count()
          ASP-Accessible function to obtain the number of items in this form.
protected  void Request.FormObj.FormContents.initialize()
          This internal function initialized the form contents.
 java.lang.Object Request.FormObj.FormContents.get(java.lang.Object key)
          Overriding the get function in order to handle empty items.
 java.util.Enumeration Request.CookiesObj.getKeys()
          Obtains the list of keys in this object.
 java.lang.Object Request.CookiesObj.get(java.lang.Object obj)
          Obtains a cookie value with the specified key.
 void Request.CookiesObj.put(java.lang.Object key, java.lang.Object value)
          Implements the SimpleMap.put interface function.
 java.lang.Object Request.CookiesObj.CookieValue.get(java.lang.Object value)
          Obtains a specific index in this array of values.
 void Request.CookiesObj.CookieValue.put(java.lang.Object key, java.lang.Object value)
          Stores a value.
 java.util.Enumeration Request.CookiesObj.CookieValue.getKeys()
          Obtains the list of values in this Request.Form(x) array.
 java.lang.Object Request.CookiesObj.CookieValue.getValue()
          Obtains the entire value array
 void Request.CookiesObj.CookieValue.setValue(java.lang.Object obj)
          Sets the value of this value array.
 void RedimNode.dump()
          Dumps the source representation of this node.
 java.lang.Object RedimNode.execute(AspContext context)
          Executes this node.
(package private) static ArrayNode RedimNode.createArray(java.util.Vector vl, int index)
          Internal function which creates an array from a list of dimensions.
 boolean PrintMessageExceptionHandler.onExceptionOccured(AspContext ctx, AspException ex)
          This function is called when an exception occurs
 boolean PrintExceptionHandler.onExceptionOccured(AspContext ctx, AspException ex)
          This function is called when an exception occurs
 java.lang.Object PackedCharArrayNode.getIndex(VarListNode varlist, AspContext context)
          MapNode function to obtain the value of this array at an index.
 int PackedCharArrayNode.getUBOUND(int dimension)
          Obtains the number of elements in this array
 int PackedCharArrayNode.getLBOUND(int dimension)
          Obtains the lower bound of this array, always zero
 java.lang.Object PackedByteArrayNode.getIndex(VarListNode varlist, AspContext context)
          MapNode function to obtain the value of this array at an index.
 int PackedByteArrayNode.getUBOUND(int dimension)
          Obtains the number of elements in this array
 int PackedByteArrayNode.getLBOUND(int dimension)
          Obtains the lower bound of this array, always zero
 void OutputNode.dump()
          Dumps the representation of this node.
 java.lang.Object OutputNode.execute(AspContext context)
          Executes this output node.
 java.lang.Object OptionExplicitNode.execute(AspContext context)
          Executes this node.
 java.lang.Object OnErrorNode.execute(AspContext context)
          Executes this node, setting the error handler appropriately.
 java.lang.Object ObjectNode.getField(IdentNode ident)
          Obtains the named field of an object.
 java.lang.Object NothingNode.getField(IdentNode ident)
          Object method, objtains a field.
 void Node.dump()
          Dumps the node representation in ASP textual format.
 void Node.prepare(AspContext context)
          Prepares the code for execution.
 java.lang.Object Node.execute(AspContext context)
          Executes this node in the defined context.
 java.lang.Object MapNode.getIndex(VarListNode varlist, AspContext context)
          Obtains the value of this map node at the specified index.
 int MapNode.getUBOUND(int dimension)
          Obtains the upper bound of this map.
 int MapNode.getLBOUND(int dimension)
          Obtains the lower bound of this map.
 void MailExceptionHandler.configureExceptionHandler(java.util.Properties prop)
          This function configures any properties
 boolean MailExceptionHandler.onExceptionOccured(AspContext ctx, AspException ex)
          This function is called when an exception occurs
 void JavaReferenceNode.