public class IIOInvalidTreeException extends IIOException
| Modifier and Type | Field and Description |
|---|---|
protected Node |
offendingNode |
| Constructor and Description |
|---|
IIOInvalidTreeException(String message,
Node offendingNode) |
IIOInvalidTreeException(String message,
Throwable cause,
Node offendingNode) |
| Modifier and Type | Method and Description |
|---|---|
Node |
getOffendingNode() |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected Node offendingNode
public IIOInvalidTreeException(String message, Node offendingNode)
public IIOInvalidTreeException(String message, Throwable cause, Node offendingNode)
public Node getOffendingNode()