Class LocationFullException

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

public class LocationFullException extends Exception
Thrown by Mek, if a location is too full for new equipment.
Since:
June 19, 2002, 7:16 PM
See Also:
  • Constructor Details

    • LocationFullException

      public LocationFullException()
      Creates new LocationFullException without detail message.
    • LocationFullException

      public LocationFullException(String msg)
      Constructs an LocationFullException with the specified detail message.
      Parameters:
      msg - the detail message.