|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--IllegalElementException
An exception thrown in the Set
class to indicate that the
integer used as an argument in the class methods is not within the valid
range accepted as elements in the set.
Constructor Summary | |
IllegalElementException()
Default constructor for an IllegalElementException that
passes a default string to the Exception class constructor. |
|
IllegalElementException(java.lang.String message)
Second constructor for the IllegalElementException that
passes a provided string to the Exception class constructor. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public IllegalElementException()
IllegalElementException
that
passes a default string to the Exception
class constructor.
public IllegalElementException(java.lang.String message)
IllegalElementException
that
passes a provided string to the Exception
class constructor.message
- the message that the object is to contain
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |