Class DebugInfoException
java.lang.Object
org.apache.olingo.odata2.core.debug.DebugInfoException
- All Implemented Interfaces:
DebugInfo
Exception debug information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendHtml(Writer writer) Appends the content of this debug information part to the given writer.voidappendJson(JsonStreamWriter jsonStreamWriter) Appends the content of this debug information part to the given JSON stream writer.getName()Gets the name of this debug information part, useful as title.
-
Constructor Details
-
DebugInfoException
-
-
Method Details
-
getName
Description copied from interface:DebugInfoGets the name of this debug information part, useful as title. -
appendJson
Description copied from interface:DebugInfoAppends the content of this debug information part to the given JSON stream writer.- Specified by:
appendJsonin interfaceDebugInfo- Parameters:
jsonStreamWriter- a JSON stream writer- Throws:
IOException- Caso ocorra exceção
-
appendHtml
Description copied from interface:DebugInfoAppends the content of this debug information part to the given writer.- Specified by:
appendHtmlin interfaceDebugInfo- Parameters:
writer- aWriter- Throws:
IOException- Caso ocorra exceção
-