public class PresentationException extends Exception implements IPresentation, UnstackedException
| Constructor and Description |
|---|
PresentationException(IPresentation presentation)
Set a presentation.
|
| Modifier and Type | Method and Description |
|---|---|
nu.xom.Node |
asNode()
The object representation as node.
|
String |
asString()
The object representation as string.
|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PresentationException(IPresentation presentation)
presentation - A presentation object.public String asString()
IPresentationasString in interface IPresentationpublic nu.xom.Node asNode()
IPresentationasNode in interface IPresentationpublic String getMessage()
getMessage in class ThrowableCopyright © 2016. All rights reserved.