Uses of Class
gnu.mapping.WrongType
Packages that use WrongType
Package
Description
Supports
Procedure
,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript).-
Uses of WrongType in gnu.mapping
Methods in gnu.mapping that return WrongTypeModifier and TypeMethodDescriptionstatic WrongType
WrongType.make
(ClassCastException ex, Procedure proc, int n) Deprecated.static WrongType
WrongType.make
(ClassCastException ex, Procedure proc, int n, Object argValue) This interface is designed for a compact call sequence.static WrongType
WrongType.make
(ClassCastException ex, String procname, int n) Deprecated.static WrongType
WrongType.make
(ClassCastException ex, String procname, int n, Object argValue) This interface is designed for a compact call sequence.