- All Implemented Interfaces:
- java.io.Serializable
public class IllegalArgumentException
extends SDBException
This exception is thrown whenever an illegal argument is passed to a method,
and the situation is not covered specifically by another exception type like
DimensionalityException, BoundsException, etc.
- See Also:
- Serialized Form