scale.common
Class InvalidException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           scale.common.Exception
scale.common.Exception
               scale.common.InvalidException
scale.common.InvalidException
- All Implemented Interfaces: 
- java.io.Serializable
- Direct Known Subclasses: 
- InvalidKeyException
- public class InvalidException 
- extends Exception
This exception may be used whenever a parameter has an invalid value
 such as an unexpected NULL pointer or a value out of range.  
 
 $Id: InvalidException.java,v 1.15 2005-02-07 21:28:21 burrill Exp $
 
 Copyright 2008 by the
 Scale Compiler Group,
 Department of Computer Science
 University of Massachusetts,
 Amherst MA. 01003, USA
 All Rights Reserved.
- 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 | 
 
InvalidException
public InvalidException(java.lang.String info)
- Parameters:
- info- - information about the exception