ToC DocOverview CGDoc RelNotes Index PermutedIndex
Allegro CL
Home Previous Up Next Table of Contents Index
  ANSI Common Lisp   11 Packages   11.2 Dictionary of Packages

11.2.30 package-error-package Function

Syntax:
package-error-package condition    package

Arguments and Values:
condition - a condition of type package-error.

package - a package designator.

Description:
Returns a designator for the offending package in the situation represented by the condition.

Examples:
 (package-error-package 
   (make-condition 'package-error
     :package (find-package "COMMON-LISP")))
 #<Package "COMMON-LISP">

See Also:
package-error

Allegro CL Implementation Details:
None.


Home Previous Up Next Table of Contents Index
© Franz Inc. All Rights Reserved - File last updated 2022-07-25