public class IllegalAddException extends IllegalArgumentException
| Constructor and Description |
|---|
IllegalAddException(String className)
Creates a new
Exception indicating that the addition of the
supplied object is illegal. |
IllegalAddException(String className,
String reason)
Creates a new
Exception indicating that the addition of the
supplied object is illegal. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalAddException(String className)
Exception indicating that the addition of the
supplied object is illegal.className - the class nameCopyright © 2014 FreeLibrary. All Rights Reserved.