Package pulse.problem.schemes.solvers
Class SolverException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pulse.problem.schemes.solvers.SolverException
-
- All Implemented Interfaces:
Serializable
public class SolverException extends Exception
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SolverException.SolverExceptionType
-
Constructor Summary
Constructors Constructor Description SolverException(String status, SolverException.SolverExceptionType type)
SolverException(SolverException.SolverExceptionType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SolverException.SolverExceptionType
getType()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SolverException
public SolverException(String status, SolverException.SolverExceptionType type)
-
SolverException
public SolverException(SolverException.SolverExceptionType type)
-
-
Method Detail
-
getType
public SolverException.SolverExceptionType getType()
-
-