Generics in Java - Generics in Throws Clause

Generics in Throws Clause

Although exceptions themselves cannot be generic, generic parameters can appear in a throws clause:

public void throwMeConditional (boolean conditional, T exception) throws T { if(conditional) throw exception; }

Read more about this topic:  Generics In Java

Famous quotes containing the words throws and/or clause:

    There is no Possibility of succeeding in a Satyrical Way of Writing or Speaking, except a Man throws himself quite out of the Question. It is great Vanity to think any one will attend a Thing because it is your Quarrel. You must make your Satyr the Concern of Society in general, if you would have it regarded.
    Richard Steele (1672–1729)

    Long ago I added to the true old adage of “What is everybody’s business is nobody’s business,” another clause which, I think, more than any other principle has served to influence my actions in life. That is, What is nobody’s business is my business.
    Clara Barton (1821–1912)