Package xal.tools.beam.optics
Class AcceleratingRfGap.NoConvergenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xal.tools.beam.optics.AcceleratingRfGap.NoConvergenceException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AcceleratingRfGap
Class
NoConvergenceException
. This exception class is thrown
in the case of a search algorithm that does not converge.- Since:
- Oct 15, 2015
- Author:
- Christopher K. Allen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionZero argument constructor for NoConvergenceException.NoConvergenceException
(String message) Initializing constructor for NoConvergenceException.NoConvergenceException
(String message, Throwable cause) Initializing constructor for NoConvergenceException.NoConvergenceException
(Throwable cause) Initializing constructor for NoConvergenceException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoConvergenceException
public NoConvergenceException()Zero argument constructor for NoConvergenceException.- Since:
- Oct 15, 2015, Christopher K. Allen
-
NoConvergenceException
Initializing constructor for NoConvergenceException.- Parameters:
message
- string message describing exception and/or causecause
- source of this exception an exception chain- Since:
- Oct 15, 2015, Christopher K. Allen
-
NoConvergenceException
Initializing constructor for NoConvergenceException.- Parameters:
message
- string message describing exception and/or cause- Since:
- Oct 15, 2015, Christopher K. Allen
-
NoConvergenceException
Initializing constructor for NoConvergenceException.- Parameters:
cause
- source of this exception an exception chain- Since:
- Oct 15, 2015, Christopher K. Allen
-