Package megamek.common.exceptions
Class CeilNotProvidedForWeightException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
megamek.common.exceptions.CeilNotProvidedForWeightException
- All Implemented Interfaces:
Serializable
Exception to catch when a
Ceil
is not passed to a method for weight calculations
within the Structure
verifier.- 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
-
CeilNotProvidedForWeightException
public CeilNotProvidedForWeightException()
-