Class Poly.argumentTypeException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Poly.argumentTypeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----Poly.argumentTypeException

public class argumentTypeException
extends Exception
argumentTypeException indicates a variable which is of the wrong type for an operator

Variable Index

 o arg
 o classString

Constructor Index

 o argumentTypeException(Object, String)

Variables

 o arg
  public Object arg
 o classString
  public String classString

Constructors

 o argumentTypeException
  public argumentTypeException(Object arg,
                               String classString)

All Packages  Class Hierarchy  This Package  Previous  Next  Index