FileDocCategorySizeDatePackage
ConstrException.javaAPI DocExample240Thu Dec 31 17:14:50 GMT 1998None

ConstrException

public class ConstrException extends Object

Fields Summary
Constructors Summary
public ConstrException(int i)

		if (i < 0)
			throw new IllegalArgumentException("value " + i +
				"invalid, must be non-negative");
	
Methods Summary