Class Exception
In: lib/json/add/exception.rb
Parent: Object

Exception serialization/deserialization

Methods

Public Class methods

Deserializes JSON string by constructing new Exception object with message m and backtrace b serialized with to_json

Public Instance methods

Returns a hash, that will be turned into a JSON object and represent this object.

Stores class name (Exception) with message m and backtrace array b as JSON string

[Validate]