Class FluidNonHyperbolicException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jline.solvers.fluid.moments.FluidNonHyperbolicException
All Implemented Interfaces:
Serializable

public class FluidNonHyperbolicException extends RuntimeException
The fluid fixed point has no stationary linear noise approximation: the drift Jacobian is not Hurwitz on the reachable subspace (balanced bottlenecks, a saturated multiclass station, an overloaded open station).

Typed so the caller can tell it apart from any other failure. FluidMinNormalApplicable cannot see this in advance -- it exists only once the mean is solved -- so SolverFluid switches a RESOLVED minnormal to the first-order method on this class alone. An explicit options.method="minnormal" still propagates. MATLAB twin: the LINE:FluidNonHyperbolic identifier raised by fluid_lyapunov.m.

See Also:
  • Constructor Details

    • FluidNonHyperbolicException

      public FluidNonHyperbolicException(String message)