public class MatchException extends RuntimeException
Constructor and Description |
---|
MatchException()
Constructs a new ContainerException exception.
|
MatchException(String message)
Constructs a new MatchException exception with the given message.
|
MatchException(String msg,
Throwable nested)
Constructs a new MatchException exception when the container needs to do
the following:
throw an exception
include the "nested" exception
include a description message
|
MatchException(Throwable nested)
Constructs a new MatchException exception with the nested exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MatchException()
public MatchException(String message)
message
- the exception messagepublic MatchException(Throwable nested)
nested
- the nested exceptionpublic MatchException(String msg, Throwable nested)
msg
- the exception messagenested
- the nested exceptionCopyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.