Package megamek.common.exceptions
Class AttackingEntityIsNullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
megamek.common.exceptions.AttackingEntityIsNullException
- All Implemented Interfaces:
Serializable
General exception for any place there is an Attacking Entity that is Null when it shouldn't be. To help with tracking
down issues, pass in the name of the class it is calling from or some other information.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AttackingEntityIsNullException
-