blob: e30510c244b6008e4089e6b00d67324decb8be7a [file] [log] [blame]
<html>
<body>
Reports a <b>Externalizable</b> classes without a public no-argument constructor.
When an Externalizable object is reconstructed, an instance is created using the public no-arg constructor before the readExternal
method called. If a public no-arg constructor is not present a <b>java.io.InvalidClassException</b> will be thrown at runtime.
<!-- tooltip end -->
<p>
</body>
</html>