Class MissingSerializerException

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getTypeDescriptor() Returns the type descriptor stored in this exception.
      List<String> getTypeNames() Returns the type names stored in this exception.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

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

      • MissingSerializerException

        MissingSerializerException(String message, String typeDescriptor)
        Constructs a MissingSerializerException with the specified message and type descriptor.
        Parameters:
        message - Error message describing exception.
        typeDescriptor - Type descriptor to help diagnose the exception.
      • MissingSerializerException

        MissingSerializerException(String message, List<String> typeNames)
        Constructs a MissingSerializerException with the specified message and type names.
        Parameters:
        message - Error message describing the exception.
        typeNames - Type names to help diagnose the exception.