org.erights.e.elib.base
Class Ejection

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--org.erights.e.elib.base.Ejection
All Implemented Interfaces:
Serializable

public class Ejection
extends Throwable

Untamed:

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
Ejection()
          Enabled:
Ejection(String s)
          Enabled:
 
Method Summary
 Throwable fillInStackTrace()
          Enabled: Suppress stack trace construction.
 void printStackTrace(PrintStream s)
          Enabled: Make sure to not print the stack trace that was not collected.
 void printStackTrace(PrintWriter s)
          Enabled:
 
Methods inherited from class java.lang.Throwable
backtrace, eStack, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Ejection

public Ejection()
Enabled:


Ejection

public Ejection(String s)
Enabled:

Method Detail

printStackTrace

public void printStackTrace(PrintStream s)
Enabled: Make sure to not print the stack trace that was not collected.

Overrides:
printStackTrace in class Throwable
Parameters:
s - PrintStream to use for output

printStackTrace

public void printStackTrace(PrintWriter s)
Enabled:

Overrides:
printStackTrace in class Throwable
Parameters:
s - PrintWriter to use for output

fillInStackTrace

public Throwable fillInStackTrace()
Enabled: Suppress stack trace construction.

Overrides:
fillInStackTrace in class Throwable
Returns:
a reference to this Throwable instance.
See Also:
java.lang.Throwable#printStackTrace()


comments?