Built-In Object Type: ExcptError

Inherits All
(MORE DESCRIPTION TO COME.)
Members:
NameWritableDescription
message
msg
noThe message for this exception.
name noThe name for this exception.
type noThe type for this exception.
line noThe line number where this exception occurred.
file noThe file name for the code where this exception occurred.
Methods:
NameArgumentsDescription
getStackTraceAsString
  Returns null . To keep consistent with ExcptJava.
printInternalStackTrace
  Prints the internal language engine exception stack trace, for debugging purposes.
printStackTrace
  Does nothing. To keep consistent with ExcptJava.
toString
  Returns a string representation of this exception.