Microsoft SDK for Java

setCanSetSystemErr

This method of the SystemStreamsPermission Class sets whether this permission object allows the system stream System.err to be set by classes that possess this permission instance.

Syntax

public void setCanSetSystemErr(boolean allow);

Parameters

allow The value that indicates whether the permission allows System.err to be set. This value must be set to true if this permission should allow System.err to be set; otherwise, it should be set to false.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.