Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

edu.virtualschool.jwaa.RuntimeFault Class Reference

List of all members.

Detailed Description

RuntimeFault extends Fault as RuntimeException extends Exception. Supports exceptions that don't have to be declared, but should be there for fatal "can't possibly happen" situations. Copyright 2002 by Brad Cox: <bcox@virtualschool.edu>

Definition at line 13 of file RuntimeFault.java.

Public Member Functions

 RuntimeFault (Object message, Throwable e)
 RuntimeFault (String message)
 RuntimeFault (Throwable e)
final void printStackTrace ()
final void printStackTrace (PrintStream ps)
final void printStackTrace (PrintWriter pw)
final Throwable getChainedException ()
final String getType ()
final String toString ()
String getReason ()
String getAdvice ()

Static Public Member Functions

final String getStackTrace (Throwable e)


Member Function Documentation

String edu.virtualschool.jwaa.RuntimeFault.getAdvice  ) 
 

Override to return a non-technical description of what the end-user should do about it.

Definition at line 81 of file RuntimeFault.java.

00081 { return ""; }

String edu.virtualschool.jwaa.RuntimeFault.getReason  ) 
 

Override to return a non-technical interpretation of what the fault means in the end-user's frame of reference.

Definition at line 76 of file RuntimeFault.java.

00076 { return ""; }


The documentation for this class was generated from the following file: