public class MapsException extends Exception
Constructor and Description |
---|
MapsException()
Create a new MapsException with no detail mesage.
|
MapsException(String msg)
Create a new MapsException with the String specified as an error message.
|
MapsException(String msg,
Throwable e)
Create a new MapsException with the given Exception base cause and detail message.
|
MapsException(Throwable e)
Create a new MapsException with a given Exception base cause of the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MapsException()
public MapsException(String msg)
msg
- The error message for the exception.public MapsException(String msg, Throwable e)
msg
- The detail message.e
- The exception to be encapsulated in a MapsExceptionpublic MapsException(Throwable e)
e
- The exception to be encapsulated in a MapsExceptionCopyright © 2015. All rights reserved.