public final class HandlingException extends RuntimeException
HandlingException indicates that a Handler failed to
handle a value.| Constructor and Description |
|---|
HandlingException(String message)
Creates a new
HandlingException with the given message. |
HandlingException(String message,
Throwable cause)
Creates a new
HandlingException with the given message and
cause. |
HandlingException(Throwable cause)
Creates a new
HandlingException with the given cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HandlingException(String message, Throwable cause)
HandlingException with the given message and
cause.message - The message.cause - The cause of this HandlingException.public HandlingException(String message)
HandlingException with the given message.message - The message.public HandlingException(Throwable cause)
HandlingException with the given cause.cause - The cause of this HandlingException.Copyright © 2015–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.