public class InaccessibleLocationException extends MagalieException
| Modifier and Type | Field and Description |
|---|---|
protected Location |
location |
protected MagalieUser |
magalieUser |
| Constructor and Description |
|---|
InaccessibleLocationException(String message,
Location location,
MagalieUser magalieUser) |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkLocationIsAccessible(Location location,
MagalieUser magalieUser) |
Location |
getLocation() |
MagalieUser |
getMagalieUser() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected Location location
protected MagalieUser magalieUser
public InaccessibleLocationException(String message, Location location, MagalieUser magalieUser)
public static void checkLocationIsAccessible(Location location, MagalieUser magalieUser) throws InaccessibleLocationException
InaccessibleLocationExceptionpublic Location getLocation()
public MagalieUser getMagalieUser()
Copyright © 2013 CodeLutin. All rights reserved.