net.sf.javabdd
Class BDDException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.javabdd.BDDException
- All Implemented Interfaces:
- Serializable
- public class BDDException
- extends RuntimeException
An exception caused by an invalid BDD operation.
- Version:
- $Id: BDDException.java,v 1.1 2004/10/16 02:58:57 joewhaley Exp $
- Author:
- John Whaley
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BDDException
public BDDException()
BDDException
public BDDException(String s)
Copyright © 2003-2004 John Whaley. All Rights Reserved.