error class
Description
Represents a error information.
Notes
This class is a standard built-in class in the Rice language.
Users cannot declare a variable and field of error type.
An instance of the error type that named "__error" will automatically be generated in the catch block.
fitter
This class does not have a fitter.
getter
| Signature | Description |
| ErrorTypeName | Gets the type name of the error that have been thrown. |
| ExceptionData | Gets the data that has been attached to the exception by user. |
| Fitted | Gets the value that indicates whether this instance was already initialized. |
| Message | Gets the exception message. |
| Name | Gets the exception name. |
| OriginalExceptionTypeName | Gets the type name of the exception that caused the UnknownException. |
| RowNumber | Gets the number of rows in the places where the error occurred. |
| SourceFile | Gets the path to the source file that the error occurred. |
| StringOfLine | Gets the source code of the line where the error occurred. |
| TypeName | Gets the type name. |
setter
This class does not have a setter.
method
This class does not have a method.


