Package model.handler
                Class Utilities
java.lang.Object
                
            model.handler.Utilities
            - 
                        
Constructor Summary
Constructors - 
                        
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckArgumentsOrThrow(int provided, int expected) static booleanhasNextLineOrThrow(Scanner scanner)  
- 
                        
Constructor Details
- 
                                    
Utilities
public Utilities() 
 - 
                                    
 - 
                        
Method Details
- 
                                    
checkArgumentsOrThrow
public static void checkArgumentsOrThrow(int provided, int expected) throws WrongAmountOfArgumentsException - Throws:
 WrongAmountOfArgumentsException
 - 
                                    
hasNextLineOrThrow
- Throws:
 StreamInterruptedException
 
 -