Package owl.game.algorithms
Class OinkGameSolver.OinkExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- owl.game.algorithms.OinkGameSolver.OinkExecutionException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OinkGameSolver
public static class OinkGameSolver.OinkExecutionException extends RuntimeException
Abstracts potential errors when executing oink to solve a game.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OinkExecutionException(String message)
OinkExecutionException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-