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