[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Exception class for JSON writing errors
Source position: jsonwriter.pp line 31
type EJSONWriter = class(EJSON) |
|
Exception class for JSON writing errors |
|
| | | ||
|
JSON exception. |
|
| | | ||
| | | ||
EJSONWriter is the exception class raised by JSON writer classes when errors occur during JSON writing operations. It inherits from EJSON and is raised for conditions such as attempting to write to an invalid state or stack underflow/overflow conditions.
|
JSON exception. |