toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-student
/
org.tudalgo.algoutils.student
/
Student
Student
public
final
class
Student
(
source
)
A utility class that contains some useful methods for student implementations.
Members
Constructors
Student
Link copied to clipboard
public
void
Student
(
)
Functions
crash
Link copied to clipboard
public
static
V
crash
<
V
>
(
Array
<
String
>
messages
)
A utility method that throws a
CrashException
with the specified message.
set
Crash
Enabled
Link copied to clipboard
public
static
void
setCrashEnabled
(
boolean enabled
)
Sets if a call of
crash
should crash the program.