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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CeilNotProvidedForWeightExceptionpublic CeilNotProvidedForWeightException()
 
-