Class InvalidAreaException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- bytemusketeers.heslingtonhustle.scene.InvalidAreaException
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class InvalidAreaException extends java.lang.ExceptionAnInvalidAreaExceptionindicates that anAreacould not properly be loaded- Author:
- ENG1 Team 23 (Cohort 3)
- See Also:
- Area,- AreaFactory, Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description InvalidAreaException(java.lang.String msg)Create anInvalidAreaExceptionwith the givenStringmessage
 
- 
- 
- 
Constructor Detail- 
InvalidAreaExceptionInvalidAreaException(java.lang.String msg) Create anInvalidAreaExceptionwith the givenStringmessage- Parameters:
- msg- A more detailed description of the nature/cause of the- InvalidAreaException
 
 
- 
 
-