Class AttackingEntityIsNullException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
megamek.common.exceptions.AttackingEntityIsNullException
All Implemented Interfaces:
Serializable

public class AttackingEntityIsNullException extends RuntimeException
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 Details

    • AttackingEntityIsNullException

      public AttackingEntityIsNullException(String message)