net.sf.javabdd
Class BDDException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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 383 2005-04-29 06:43:31Z joewhaley $
Author:
John Whaley
See Also:
Serialized Form

Constructor Summary
BDDException()
           
BDDException(String s)
           
 
Method Summary
 
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
 

Constructor Detail

BDDException

public BDDException()

BDDException

public BDDException(String s)


Copyright © 2003-2007 John Whaley. All Rights Reserved.