ObjectWithoutDeserializationInformationFound constructor

const ObjectWithoutDeserializationInformationFound(
  1. String fqcn
)

Implementation

const ObjectWithoutDeserializationInformationFound(String fqcn)
    : super(
          'An object with classname $fqcn couldn\'t be deserialized, since no deserialiazion-information was provided!');