private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
- if an I/O error occurs.ClassNotFoundException
- if the class for the object de-serialized is not found.private void writeObject(ObjectOutputStream stream) throws IOException
IOException
- if an I/O error occurs.Throwable detail
int row
int column
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.