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

Quick Search    Search Deep

com.tripi.asp
Class AspEmptyException  view AspEmptyException download AspEmptyException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tripi.asp.AspException
              extended bycom.tripi.asp.AspEmptyException
All Implemented Interfaces:
java.io.Serializable

public class AspEmptyException
extends AspException

Special exception class which returns blank for all values.

Version:
0.9

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class com.tripi.asp.AspException
ctx, desc, errorNumber
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
AspEmptyException()
          Constructor
 
Method Summary
 int AspCode()
          AspCode
 java.lang.String AspDescription()
          AspDescription
 int Category()
          Category
 int Column()
          Column
 java.lang.String Description()
          Description
 java.lang.String File()
          File
 int Line()
          Line
 int Number()
          Number
 java.lang.String Source()
          Source
 
Methods inherited from class com.tripi.asp.AspException
getContext, hasContext, setContext, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AspEmptyException

public AspEmptyException()
Constructor

Method Detail

AspCode

public int AspCode()
AspCode

Overrides:
AspCode in class AspException

AspDescription

public java.lang.String AspDescription()
AspDescription

Overrides:
AspDescription in class AspException

Description

public java.lang.String Description()
Description

Overrides:
Description in class AspException

Category

public int Category()
Category

Overrides:
Category in class AspException

Column

public int Column()
Column

Overrides:
Column in class AspException

File

public java.lang.String File()
File

Overrides:
File in class AspException

Line

public int Line()
Line

Overrides:
Line in class AspException

Number

public int Number()
Number

Overrides:
Number in class AspException

Source

public java.lang.String Source()
Source

Overrides:
Source in class AspException