public class MapNotFoundException extends MapsException
| Constructor and Description |
|---|
MapNotFoundException()
Create a new MapNotFoundException with no detail message.
|
MapNotFoundException(String msg)
Create a new MapNotFoundException with the String specified as an error message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MapNotFoundException()
public MapNotFoundException(String msg)
msg - The error message for the exception.Copyright © 2015. All rights reserved.