14151617181920
} } private void verifyOne(Object object) throws ExceptionCheckedOne{ if(object == null) throw new ExceptionCheckedOne(); }