Student

public final class Student(source)

A utility class that contains some useful methods for student implementations.

Constructors

Link copied to clipboard
public void Student()

Functions

Link copied to clipboard
public static V crash<V>(Array<String> messages)
A utility method that throws a CrashException with the specified message.
Link copied to clipboard
public static void setCrashEnabled(boolean enabled)
Sets if a call of crash should crash the program.