crash

public static V crash<V>(Array<String> messages)(source)

A utility method that throws a CrashException with the specified message.

Return

never returns anything (the method will always throw a CrashException)

Parameters

messages

the messages to hand to the exception. (will be concatenated with a newline)

<V>

the type of the value to be returned.

See also

Throws

if the method is called.