Class TargetedEntityIsNullException

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

public class TargetedEntityIsNullException 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

    • TargetedEntityIsNullException

      public TargetedEntityIsNullException(String message)