com.opttek.optquest
Class COptNeuralNetException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.opttek.optquest.COptNeuralNetException
All Implemented Interfaces:
java.io.Serializable

public class COptNeuralNetException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
COptNeuralNetException(java.lang.String error)
           
COptNeuralNetException(java.lang.String error, java.lang.String moreInfo)
           
 
Method Summary
 java.lang.String Description()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

COptNeuralNetException

public COptNeuralNetException(java.lang.String error)

COptNeuralNetException

public COptNeuralNetException(java.lang.String error,
                              java.lang.String moreInfo)
Method Detail

Description

public java.lang.String Description()