com.zipxap.vfs.exception
Class UCIllegalArgumentCannotBeNullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.zipxap.vfs.exception.UCIllegalArgumentCannotBeNullException
- All Implemented Interfaces:
- java.io.Serializable
public class UCIllegalArgumentCannotBeNullException
- extends java.lang.IllegalArgumentException
Thrown to indicate that a method has been passed an illegal or inappropriate null argument.
| Milestone | Who | Date, Time |
| Initial Version | K Penrose | September 25, 2007, 8:42 PM |
** Note that this table is not intended as an exhaustive list
of subtle changes. It is intended to list changes that break the
compatibility of older code, or major enhancements/rewrites
- See Also:
- Serialized Form
| 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 |
UCIllegalArgumentCannotBeNullException
public UCIllegalArgumentCannotBeNullException(java.lang.String nameOfOffendingArgument)
UCIllegalArgumentCannotBeNullException
public UCIllegalArgumentCannotBeNullException(java.lang.String nameOfOffendingArgument,
java.lang.String additionalMessage)
UCIllegalArgumentCannotBeNullException
public UCIllegalArgumentCannotBeNullException(java.lang.String nameOfOffendingArgument,
java.lang.Throwable cause)