Built-In Object Type: ExcptJava

Inherits All, JavaObject: java.lang.Exception
(MORE DESCRIPTION TO COME.)
Members:
NameWritableDescription
message
msg
noThe message for this Java exception.
name noThe Java class name for this Java exception.
type noThe type for Java exceptions.
line noThe line number where this Java exception occurred.
file noThe file name for the code where this Java exception occurred.
Methods:
NameArgumentsDescription
getStackTraceAsString
  Returns the exception's stack trace as a string.
printInternalStackTrace
  Same as java.lang.Exception.printStackTrace().
toString
  Returns a string representation of this Java exception.