c-lineup-java-throws

c-lineup-java-throws is a compiled Lisp function in `cc-align.el'.

(c-lineup-java-throws LANGELEM)

Line up Java throws declarations.
If exception names follow on the same line as the throws keyword,
they are lined up under each other. Otherwise, they are indented by
adding `c-basic-offset' to the column of the throws keyword. The
throws keyword itself is also indented by `c-basic-offset' from the
function declaration start if it doesn't hang. E.g.:

int foo() int foo() throws Cyphr,
throws <-> Bar, <- c-lineup-java-throws
Bar <-> Vlod <- c-lineup-java-throws
<--><--> c-basic-offset

Works with: func-decl-cont.