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