public class ProcessorException extends RuntimeException
| Constructor and Description |
|---|
ProcessorException()
Constructs a new processor exception with
null as its
detail message and cause. |
ProcessorException(String message)
Constructs a new processor exception with the specified detail message and no cause.
|
ProcessorException(String message,
Throwable cause)
Constructs a new processor exception with the specified detail message and
cause.
|
ProcessorException(Throwable cause)
Constructs a new processor exception with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProcessorException()
null as its
detail message and cause.public ProcessorException(String message)
public ProcessorException(String message, Throwable cause)
public ProcessorException(Throwable cause)
Copyright © 2015. All rights reserved.