A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.lispworks.com/documentation/lw71/CLHS/Body/f_stm_er.htm below:

CLHS: Function STREAM-ERROR-STREAM

CLHS: Function STREAM-ERROR-STREAM Function STREAM-ERROR-STREAM

Syntax:

stream-error-stream condition => stream

Arguments and Values:

condition---a condition of type stream-error.

stream---a stream.

Description:

Returns the offending stream of a condition of type stream-error.

Examples:

 (with-input-from-string (s "(FOO")
   (handler-case (read s)
     (end-of-file (c)
       (format nil "~&End of file on ~S." (stream-error-stream c)))))
"End of file on #<String Stream>."

Side Effects: None.

Affected By: None.

Exceptional Situations: None.

See Also:

stream-error, Section 9 (Conditions)

Notes: None.


Copyright 1996-2005, LispWorks Ltd. All rights reserved.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4