Class ConstructorException

All Implemented Interfaces:
Serializable

public class ConstructorException extends TypeCheckException
Semantic error -- "new" operator cannot find a constructor for given class with appropriate argument types.
See Also: