public class ProcessingException extends RuntimeException
Constructor and Description |
---|
ProcessingException(Element element,
String message)
Creates a new exception.
|
ProcessingException(Element element,
String format,
Object... args)
Creates a new exception.
|
Modifier and Type | Method and Description |
---|---|
Element |
getElement()
The element the error occurred on.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProcessingException(Element element, String message)
element
- the element the error occurs onmessage
- the messagepublic Element getElement()
Copyright © 2016. All rights reserved.