JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Package
edu.ucsb.cs156.example.errors
Packages that use
edu.ucsb.cs156.example.errors
Package
Description
edu.ucsb.cs156.example.controllers
Classes in
edu.ucsb.cs156.example.errors
used by
edu.ucsb.cs156.example.controllers
Class
Description
EntityNotFoundException
This is an error class for a custom RuntimeException in Java that is used to indicate when an entity of a specific type with a given ID is not found.