Package megamek.common.exceptions
Class LocationFullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
megamek.common.exceptions.LocationFullException
- All Implemented Interfaces:
Serializable
Thrown by Mek, if a location is too full for new equipment.
- Since:
- June 19, 2002, 7:16 PM
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates newLocationFullExceptionwithout detail message.Constructs anLocationFullExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LocationFullException
public LocationFullException()Creates newLocationFullExceptionwithout detail message. -
LocationFullException
Constructs anLocationFullExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-