public class ProcessingException extends Exception
| Constructor and Description |
|---|
ProcessingException()
Constructs an
ProcessingException with no detail message. |
ProcessingException(String s)
Constructs an
ProcessingException with the specified detail
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProcessingException()
ProcessingException with no detail message.public ProcessingException(String s)
ProcessingException with the specified detail
message.s - the detail message.Copyright © 2015. All rights reserved.