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