public class BlockNotFoundException extends RuntimeException implements Locatable
Block
is requested but not found.Constructor and Description |
---|
BlockNotFoundException(String message,
Location location) |
Modifier and Type | Method and Description |
---|---|
Location |
getLocation()
Returns the location associated with this object for error reporting purposes.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BlockNotFoundException(String message, Location location)
public Location getLocation()
Locatable
getLocation
in interface Locatable
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.