Bem vindo ao Byte Bank
Informe o código do arquivo que deseja registrar os pagamentos:
java.nio.file.NoSuchFileException: recursos
at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsDirectoryStream.<init>(WindowsDirectoryStream.java:86)
at sun.nio.fs.WindowsFileSystemProvider.newDirectoryStream(WindowsFileSystemProvider.java:518)
at java.nio.file.Files.newDirectoryStream(Files.java:457)
at br.com.alura.bytebank.io.LeitorPagamento.lista(LeitorPagamento.java:76)
at br.com.alura.bytebank.visualizador.OpcoesPagamento.apresentaArquivosDisponiveis(OpcoesPagamento.java:45)
at br.com.alura.bytebank.visualizador.OpcoesPagamento.leituraDeArquivo(OpcoesPagamento.java:27)
at br.com.alura.bytebank.visualizador.OpcoesPagamento.mensagemDeBoasVindas(OpcoesPagamento.java:18)
at br.com.alura.bytebank.Principal.main(Principal.java:7)