Class DocumentJsonFormatterException

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DocumentJsonFormatterException

        DocumentJsonFormatterException()
        Creates the exception without any specific error message or cause.
      • DocumentJsonFormatterException

        DocumentJsonFormatterException(String detailMessage)
        Creates the exception using the provided detail error message.
      • DocumentJsonFormatterException

        DocumentJsonFormatterException(String detailMessage, Throwable throwable)
        Creates the exception using the provided detail error message and cause.
      • DocumentJsonFormatterException

        DocumentJsonFormatterException(Throwable throwable)
        Creates the exception using the provided cause.
    • Method Detail