|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.math.exception.MathIllegalArgumentException
org.apache.commons.math.exception.NullArgumentException
public class NullArgumentException
All conditions checks that fail due to a null
argument must throw
this exception.
This class is meant to signal a precondition violation ("null is an illegal
argument") and so does not extend the standard NullPointerException
.
Proagation of NullPointerException
from within Commons-Math is
construed to be a bug.
Constructor Summary | |
---|---|
NullArgumentException()
Default constructor. |
|
NullArgumentException(Localizable specific)
|
Method Summary |
---|
Methods inherited from class org.apache.commons.math.exception.MathIllegalArgumentException |
---|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getSpecificPattern |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NullArgumentException()
public NullArgumentException(Localizable specific)
specific
- Message pattern providing the specific context of
the error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |