no.uib.cipr.matrix
Class NotConvergedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
no.uib.cipr.matrix.NotConvergedException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- IterativeSolverNotConvergedException
public class NotConvergedException
- extends Exception
Signals lack of convergence of an iterative process
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
reason
protected NotConvergedException.Reason reason
- The reason for this exception
NotConvergedException
public NotConvergedException(NotConvergedException.Reason reason,
String message)
- Constructor for NotConvergedException
- Parameters:
reason
- The reason for the lack of convergencemessage
- A more descriptive explanation
NotConvergedException
public NotConvergedException(NotConvergedException.Reason reason)
- Constructor for NotConvergedException. No message is provided
- Parameters:
reason
- The reason for the lack of convergence
getReason
public NotConvergedException.Reason getReason()
- Returns the reason for the exception
Copyright © 2015. All Rights Reserved.