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.Exception
AnInvalidAreaException
indicates that anArea
could not properly be loaded- Author:
- ENG1 Team 23 (Cohort 3)
- See Also:
Area
,AreaFactory
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidAreaException(java.lang.String msg)
Create anInvalidAreaException
with the givenString
message
-
-
-
Constructor Detail
-
InvalidAreaException
InvalidAreaException(java.lang.String msg)
Create anInvalidAreaException
with the givenString
message- Parameters:
msg
- A more detailed description of the nature/cause of theInvalidAreaException
-
-