Package main
Class Utilities
java.lang.Object
main.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
 
 -