public class SolverException extends Exception
| Modifier and Type | Field and Description |
|---|---|
static int |
SE_CANNOT_FIND_SOLVER |
static int |
SE_CANNOT_OPEN_INPUT |
static int |
SE_ERROR |
static int |
SE_IO_FAILED |
static int |
SE_NO_BINARY |
static int |
SE_PERMISSIONS |
static int |
SE_SYNTAX_ERROR |
int |
solverErrorCode |
String |
solverErrorText |
| Constructor and Description |
|---|
SolverException(String text,
int exceptionCode) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static int SE_ERROR
public static int SE_IO_FAILED
public static int SE_NO_BINARY
public static int SE_SYNTAX_ERROR
public static int SE_CANNOT_OPEN_INPUT
public static int SE_CANNOT_FIND_SOLVER
public static int SE_PERMISSIONS
public final String solverErrorText
public final int solverErrorCode
public SolverException(String text, int exceptionCode)
Copyright © 2018. All rights reserved.