util

Clone or download

Added ActionNotFoundException, ClientNotFoundException, ProfileNotFoundException exceptions and a new constructor for Alert, to provide alerts with just context text and no Heading

Modified Files

Name
M src/main/java/com/stream_pi/util/alert/StreamPiAlert.java +6 −0 Go to diff View file
A src/main/java/com/stream_pi/util/exception/ActionNotFoundException.java +9 −0 Go to diff View file
A src/main/java/com/stream_pi/util/exception/ClientNotFoundException.java +9 −0 Go to diff View file
A src/main/java/com/stream_pi/util/exception/ProfileNotFoundException.java +9 −0 Go to diff View file