public class BlockNotFoundException extends java.lang.RuntimeException implements Locatable
Block is requested but not found.| Constructor and Description |
|---|
BlockNotFoundException(java.lang.String message,
Location location) |
| Modifier and Type | Method and Description |
|---|---|
Location |
getLocation()
Returns the location associated with this object for error reporting purposes.
|
public BlockNotFoundException(java.lang.String message, Location location)
public Location getLocation()
LocatablegetLocation in interface Locatable${project.version} - Copyright © 2003-2015 The Apache Software Foundation.