All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Iava.IError

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Error
                   |
                   +----Iava.IError

public class IError
extends Error
The class IError is used internally by the interpreter to handle all kinds of exceptions and errors and deliver the according messages to the user. Calls from embedding code to the IavaRuntime or to the Iava interpreter may throw IErrors which the embedding code should catch.


Method Index

 o original()
Return the original Error or Exception wrapped by this instance of IError.
 o printStackTrace()
 o printStackTrace(PrintStream)
 o printStackTrace(PrintWriter)
 o toString()

Methods

 o original
 public Throwable original()
Return the original Error or Exception wrapped by this instance of IError.

 o toString
 public String toString()
Overrides:
toString in class Throwable
 o printStackTrace
 public void printStackTrace()
Overrides:
printStackTrace in class Throwable
 o printStackTrace
 public void printStackTrace(PrintStream s)
Overrides:
printStackTrace in class Throwable
 o printStackTrace
 public void printStackTrace(PrintWriter s)
Overrides:
printStackTrace in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index