Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For the rest of this PA, we will be building our own Lab Queue system step-by-step. Just like the one we use for CSE 11,

For the rest of this PA, we will be building our own Lab Queue system step-by-step. Just like the one we use for CSE 11, we will want our Lab Queue to be able to store tickets, remove tickets, lock, etc. We will build it component-by-component, focusing on (and testing) each individual component one at a time. First, we need to design a class to represent tickets. Each ticket should be able to store a student name, a description, and a unique identifier. However, before we can actually write a class to represent tickets, we need to define our own custom exceptions to throw if the user were to misuse the class we create. TASK: Create two new exceptions, InvalidStudentNameException and InvalidDescriptionException, that both extend the Exception class. They must both have a constructor that has a single parameter of type String called message, which just calls the corresponding superclass constructor.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

International Baccalaureate Computer Science HL And SL Option A Databases Part I Basic Concepts

Authors: H Sarah Shakibi PhD

1st Edition

1542457084, 978-1542457088

More Books

Students also viewed these Databases questions

Question

Show the properties and structure of allotropes of carbon.

Answered: 1 week ago

Question

Persuasive Speaking Organizing Patterns in Persuasive Speaking?

Answered: 1 week ago