Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 14, 2021 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/c341c0b351db0ae839c19f47e90c5314 to your computer and use it in GitHub Desktop.
Save parzibyte/c341c0b351db0ae839c19f47e90c5314 to your computer and use it in GitHub Desktop.
public static void main(String[] args) {
try{
venderProducto();
}catch(ProductoSinExistenciaException e){
// Aquí manejar la excepción
System.out.println("Se lanzó la excepción");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment