|
|||||||||
| 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.fuin.utils4j.IllegalNullArgumentException
public final class IllegalNullArgumentException
Thrown to indicate that a method has been passed an illegal null
argument.
| Constructor Summary | |
|---|---|
IllegalNullArgumentException(java.lang.String argument)
Constructor with argument name. |
|
| Method Summary | |
|---|---|
java.lang.String |
getArgument()
Returns the name of the argument that caused the exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 IllegalNullArgumentException(java.lang.String argument)
argument - Name of the argument that caused the exception.| Method Detail |
|---|
public final java.lang.String getArgument()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||