public abstract interface ObjectInputValidation { // Public Instance Methods public abstract void validateObject( ) throws InvalidObjectException; }