, . , , , . , , .
.
java :
assert n != null;
, throw
, AssertionError
, . , , , , , , IllegalArgumentException
, :
assert n != null : new IllegalArgumentException( "n cannot be null" );
, n
- null
, AssertionError
, IllegalArgumentException
. , IllegalArgumentException
, "Caused by:".
, , , , , -enableassertions
(-ea
), , .