Package g54327.humbug.model.Exceptions
Class PositionOutOfBoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- g54327.humbug.model.Exceptions.PositionOutOfBoundException
-
- All Implemented Interfaces:
Serializable
public class PositionOutOfBoundException extends IllegalArgumentException
PositionOutOfBound IllegalArgumentException- Since:
- 0.2.0
- Version:
- 1.0.0
- Author:
- Andrew SASSOYE
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PositionOutOfBoundException()
PositionOutOfBoundException(String s)
PositionOutOfBoundException(String message, Throwable cause)
PositionOutOfBoundException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-