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.
-
original()
- Return the original Error or Exception wrapped by this instance
of IError.
-
printStackTrace()
-
-
printStackTrace(PrintStream)
-
-
printStackTrace(PrintWriter)
-
-
toString()
-
original
public Throwable original()
- Return the original Error or Exception wrapped by this instance
of IError.
toString
public String toString()
- Overrides:
- toString in class Throwable
printStackTrace
public void printStackTrace()
- Overrides:
- printStackTrace in class Throwable
printStackTrace
public void printStackTrace(PrintStream s)
- Overrides:
- printStackTrace in class Throwable
printStackTrace
public void printStackTrace(PrintWriter s)
- Overrides:
- printStackTrace in class Throwable
All Packages Class Hierarchy This Package Previous Next Index