All Packages Class Hierarchy This Package Previous Next Index
Class netscape.peas.CSCException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----netscape.palomar.util.CascadedException
|
+----netscape.peas.CSCException
- public class CSCException
- extends CascadedException
-
DATA_ROWS
-
-
HEADER_ROW
-
-
TABLE_TAG
-
-
CSCException(int)
-
-
CSCException(int, Exception)
-
-
lookup(int)
-
TABLE_TAG
public static final int TABLE_TAG
HEADER_ROW
public static final int HEADER_ROW
DATA_ROWS
public static final int DATA_ROWS
CSCException
public CSCException(int id)
CSCException
public CSCException(int id,
Exception e)
lookup
protected String lookup(int id)
- Overrides:
- lookup in class CascadedException
All Packages Class Hierarchy This Package Previous Next Index