riso.numerical
Class LBFGS.ExceptionWithIflag

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--riso.numerical.LBFGS.ExceptionWithIflag
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
LBFGS

public static class LBFGS.ExceptionWithIflag
extends java.lang.Exception

Specialized exception class for LBFGS; contains the iflag value returned by lbfgs.

See Also:
Serialized Form

Field Summary
 int iflag
           
 
Constructor Summary
LBFGS.ExceptionWithIflag(int i, java.lang.String s)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

iflag

public int iflag
Constructor Detail

LBFGS.ExceptionWithIflag

public LBFGS.ExceptionWithIflag(int i,
                                java.lang.String s)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable