diff --git a/src/GsDevKit_stones-Tode.package/GsErrorNotification.class/README.md b/src/GsDevKit_stones-Tode.package/GsErrorNotification.class/README.md new file mode 100644 index 00000000..e69de29b diff --git a/src/GsDevKit_stones-Tode.package/GsErrorNotification.class/methodProperties.json b/src/GsDevKit_stones-Tode.package/GsErrorNotification.class/methodProperties.json new file mode 100644 index 00000000..0e4a6622 --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/GsErrorNotification.class/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + } } diff --git a/src/GsDevKit_stones-Tode.package/GsErrorNotification.class/properties.json b/src/GsDevKit_stones-Tode.package/GsErrorNotification.class/properties.json new file mode 100644 index 00000000..bfabd558 --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/GsErrorNotification.class/properties.json @@ -0,0 +1,14 @@ +{ + "category" : "GsDevKit_stones-Tode", + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], + "name" : "GsErrorNotification", + "pools" : [ + ], + "super" : "GsRuntimeExceptionNotification", + "type" : "normal" } diff --git a/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/README.md b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/README.md new file mode 100644 index 00000000..e69de29b diff --git a/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/contextAsOopType.st b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/contextAsOopType.st new file mode 100644 index 00000000..1be20d06 --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/contextAsOopType.st @@ -0,0 +1,3 @@ +accessing +contextAsOopType + ^ self gciErrSType context \ No newline at end of file diff --git a/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/convertTDEvaluateTokenResponseToText..st b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/convertTDEvaluateTokenResponseToText..st new file mode 100644 index 00000000..e1fd97f4 --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/convertTDEvaluateTokenResponseToText..st @@ -0,0 +1,3 @@ +accessing +convertTDEvaluateTokenResponseToText: objectSerializer + ^ self convertTDEvaluateTokenResponseToText \ No newline at end of file diff --git a/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/convertTDEvaluateTokenResponseToText.st b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/convertTDEvaluateTokenResponseToText.st new file mode 100644 index 00000000..0297d11e --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/convertTDEvaluateTokenResponseToText.st @@ -0,0 +1,3 @@ +accessing +convertTDEvaluateTokenResponseToText + ^ self description diff --git a/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/customDefaultAction.st b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/customDefaultAction.st new file mode 100644 index 00000000..06f6a4c2 --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/customDefaultAction.st @@ -0,0 +1,4 @@ +accessing +customDefaultAction + ^ {#logStack. + (self description)} diff --git a/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/defaultAction.st b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/defaultAction.st new file mode 100644 index 00000000..04b5d2f4 --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/defaultAction.st @@ -0,0 +1,4 @@ +accessing +defaultAction + self topez exception: self exceptionAsOopType context: self contextAsOopType. + ^ self customDefaultAction \ No newline at end of file diff --git a/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/description.st b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/description.st new file mode 100644 index 00000000..dccb4e3b --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/description.st @@ -0,0 +1,3 @@ +accessing +description + ^ self gciErrSType message \ No newline at end of file diff --git a/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/errorNumber.st b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/errorNumber.st new file mode 100644 index 00000000..bc72335a --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/errorNumber.st @@ -0,0 +1,3 @@ +accessing +errorNumber + ^ self gciErrSType number \ No newline at end of file diff --git a/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/exceptionAsOopType.st b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/exceptionAsOopType.st new file mode 100644 index 00000000..9bb9ac4d --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/exceptionAsOopType.st @@ -0,0 +1,3 @@ +accessing +exceptionAsOopType + ^ self gciErrSType exceptionObj \ No newline at end of file diff --git a/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/gciErrSType..st b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/gciErrSType..st new file mode 100644 index 00000000..362ba6d4 --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/gciErrSType..st @@ -0,0 +1,3 @@ +accessing +gciErrSType: anObject + gciErrSType := anObject \ No newline at end of file diff --git a/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/gciErrSType.st b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/gciErrSType.st new file mode 100644 index 00000000..d8179766 --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/gciErrSType.st @@ -0,0 +1,3 @@ +accessing +gciErrSType + ^ gciErrSType \ No newline at end of file diff --git a/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/gciLocalForLibrary..st b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/gciLocalForLibrary..st new file mode 100644 index 00000000..e139833b --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/gciLocalForLibrary..st @@ -0,0 +1,3 @@ +accessing +gciLocalForLibrary: ignored + ^self \ No newline at end of file diff --git a/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/topez..st b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/topez..st new file mode 100644 index 00000000..5add9b60 --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/topez..st @@ -0,0 +1,3 @@ +accessing +topez: anObject + topez := anObject \ No newline at end of file diff --git a/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/topez.st b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/topez.st new file mode 100644 index 00000000..30f26d99 --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/instance/topez.st @@ -0,0 +1,3 @@ +accessing +topez + ^ topez \ No newline at end of file diff --git a/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/methodProperties.json b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/methodProperties.json new file mode 100644 index 00000000..2b8b063c --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/methodProperties.json @@ -0,0 +1,17 @@ +{ + "class" : { + }, + "instance" : { + "contextAsOopType" : "dkh 3/29/2013 13:45", + "convertTDEvaluateTokenResponseToText" : "dkh 3/29/2013 13:56", + "convertTDEvaluateTokenResponseToText:" : "dkh 4/30/2016 07:50", + "customDefaultAction" : "dkh 10/18/2015 08:04", + "defaultAction" : "dkh 3/29/2013 14:08", + "description" : "dkh 3/29/2013 13:16", + "errorNumber" : "dkh 3/30/2013 16:27", + "exceptionAsOopType" : "dkh 3/29/2013 13:26", + "gciErrSType" : "dkh 3/29/2013 13:05", + "gciErrSType:" : "dkh 3/29/2013 13:05", + "gciLocalForLibrary:" : "dkh 7/14/2013 17:14", + "topez" : "dkh 3/29/2013 13:35", + "topez:" : "dkh 3/29/2013 13:43" } } diff --git a/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/properties.json b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/properties.json new file mode 100644 index 00000000..73958a44 --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/GsRuntimeExceptionNotification.class/properties.json @@ -0,0 +1,15 @@ +{ + "category" : "GsDevKit_stones-Tode", + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + "topez", + "gciErrSType" ], + "name" : "GsRuntimeExceptionNotification", + "pools" : [ + ], + "super" : "Notification", + "type" : "normal" } diff --git a/src/GsDevKit_stones-Tode.package/GsTopezCommandErrorNotification.class/README.md b/src/GsDevKit_stones-Tode.package/GsTopezCommandErrorNotification.class/README.md new file mode 100644 index 00000000..e69de29b diff --git a/src/GsDevKit_stones-Tode.package/GsTopezCommandErrorNotification.class/instance/customDefaultAction.st b/src/GsDevKit_stones-Tode.package/GsTopezCommandErrorNotification.class/instance/customDefaultAction.st new file mode 100644 index 00000000..2e330621 --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/GsTopezCommandErrorNotification.class/instance/customDefaultAction.st @@ -0,0 +1,6 @@ +as yet unclassified +customDefaultAction + true + ifTrue: [ ^ super customDefaultAction ]. + ^ {#'debug'. + self} \ No newline at end of file diff --git a/src/GsDevKit_stones-Tode.package/GsTopezCommandErrorNotification.class/methodProperties.json b/src/GsDevKit_stones-Tode.package/GsTopezCommandErrorNotification.class/methodProperties.json new file mode 100644 index 00000000..017502bf --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/GsTopezCommandErrorNotification.class/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + "customDefaultAction" : "dkh 3/29/2013 13:40" } } diff --git a/src/GsDevKit_stones-Tode.package/GsTopezCommandErrorNotification.class/properties.json b/src/GsDevKit_stones-Tode.package/GsTopezCommandErrorNotification.class/properties.json new file mode 100644 index 00000000..d7a60535 --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/GsTopezCommandErrorNotification.class/properties.json @@ -0,0 +1,14 @@ +{ + "category" : "GsDevKit_stones-Tode", + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], + "name" : "GsTopezCommandErrorNotification", + "pools" : [ + ], + "super" : "GsErrorNotification", + "type" : "normal" } diff --git a/src/GsDevKit_stones-Tode.package/TDRestoreFromBackupComplete.class/README.md b/src/GsDevKit_stones-Tode.package/TDRestoreFromBackupComplete.class/README.md new file mode 100644 index 00000000..e69de29b diff --git a/src/GsDevKit_stones-Tode.package/TDRestoreFromBackupComplete.class/methodProperties.json b/src/GsDevKit_stones-Tode.package/TDRestoreFromBackupComplete.class/methodProperties.json new file mode 100644 index 00000000..0e4a6622 --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/TDRestoreFromBackupComplete.class/methodProperties.json @@ -0,0 +1,5 @@ +{ + "class" : { + }, + "instance" : { + } } diff --git a/src/GsDevKit_stones-Tode.package/TDRestoreFromBackupComplete.class/properties.json b/src/GsDevKit_stones-Tode.package/TDRestoreFromBackupComplete.class/properties.json new file mode 100644 index 00000000..2a2ddf67 --- /dev/null +++ b/src/GsDevKit_stones-Tode.package/TDRestoreFromBackupComplete.class/properties.json @@ -0,0 +1,14 @@ +{ + "category" : "GsDevKit_stones-Tode", + "classinstvars" : [ + ], + "classvars" : [ + ], + "commentStamp" : "", + "instvars" : [ + ], + "name" : "TDRestoreFromBackupComplete", + "pools" : [ + ], + "super" : "Notification", + "type" : "normal" }