Back: SystemExceptions.ReadOnlyObject-accessing Up: Base classes Forward: SystemExceptions.SecurityError class-accessing   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

1.183 SystemExceptions.SecurityError

Defined in namespace Smalltalk.SystemExceptions
Superclass: SystemExceptions.VMError
Category: Language-Exceptions
I am an error raised when an untrusted object tries to do an insecure operation.

1.183.1 SystemExceptions.SecurityError class: accessing  (class)
1.183.2 SystemExceptions.SecurityError: accessing  (instance)


1.183.1 SystemExceptions.SecurityError class: accessing

signal: aPermission
Raise the exception, setting to aPermission the permission that was tested and failed.


1.183.2 SystemExceptions.SecurityError: accessing

description
Answer a textual description of the exception.

failedPermission
Answer the permission that was tested and that failed.

failedPermission: anObject
Set which permission was tested and failed.



Back: SystemExceptions.SecurityError class-accessing Up: SystemExceptions.SecurityError Forward: SystemExceptions.ShouldNotImplement   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on April, 16 2013 using texi2html