public class ProcessingException
extends java.lang.Exception
| Constructor and Description |
|---|
ProcessingException()
Constructs an
ProcessingException with no detail message. |
ProcessingException(java.lang.String s)
Constructs an
ProcessingException with the specified detail
message. |