Lines Matching refs:throw
49 * @throw RuntimeException If the datastructure is empty.
54 throw new RuntimeException("Can't pop from an empty datastructure");
60 * @throw RuntimeException If the datastructure is empty.
65 throw new RuntimeException("Can't shift from an empty datastructure");
196 * @throw OutOfRangeException If the offset is either invalid or out of
202 throw new OutOfRangeException("Offset invalid or out of range");
211 * @throw OutOfRangeException If the offset is either invalid or out of
223 throw new OutOfRangeException("Offset invalid or out of range");
233 * @throw OutOfRangeException If the offset is either invalid or out of
249 throw new OutOfRangeException("Offset invalid or out of range");
258 * @throw OutOfRangeException If the offset is either invalid or out of
270 throw new OutOfRangeException("Offset invalid or out of range");