Uses of Class gnu.mapping.WrongType

Uses in package gnu.mapping

Methods with return type gnu.mapping.WrongType

WrongType
WrongType.make(ClassCastException ex, String procname, int n)
WrongType
WrongType.make(ClassCastException ex, String procname, int n, Object argValue)
This interface is designed for a compact call sequence.
WrongType
WrongType.make(ClassCastException ex, Procedure proc, int n)
WrongType
WrongType.make(ClassCastException ex, Procedure proc, int n, Object argValue)
This interface is designed for a compact call sequence.