scale.common
Class InvalidTableError
java.lang.Object
java.lang.Throwable
java.lang.Error
scale.common.Error
scale.common.InvalidTableError
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidTableError
- extends Error
This error indicates that the system has detected an
improper useage of a table.
$Id: InvalidTableError.java,v 1.15 2005-02-07 21:28:22 burrill Exp $
Copyright 2008 by the
Scale Compiler Group,
Department of Computer Science
University of Massachusetts,
Amherst MA. 01003, USA
All Rights Reserved.
This includes conditions such as table underflow or overflow.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidTableError
public InvalidTableError(java.lang.String info)
- Parameters:
info
- - information about the exception