bbn
Class VariableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--bbn.VariableException

public class VariableException
extends java.lang.RuntimeException

Title: KDD Description: Copyright: Copyright (c) 2002 Company: KSU CIS KDD

See Also:
Serialized Form

Constructor Summary
VariableException()
           
VariableException(java.lang.String string)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariableException

public VariableException()

VariableException

public VariableException(java.lang.String string)