|
||||||||||
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
stresstests.interfaces.IllegalUseOfTraversalException
public class IllegalUseOfTraversalException
Exception to be raised on an attempt to advance a traversal over an empty collection or to produce the first element of an empty collection.
Constructor Summary | |
---|---|
IllegalUseOfTraversalException()
Constructs a new exception with null as its detail message. |
|
IllegalUseOfTraversalException(java.lang.String message)
Constructs a new exception with the specified detail message. |
|
IllegalUseOfTraversalException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
IllegalUseOfTraversalException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and a detail message. |
Method Summary |
---|
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 IllegalUseOfTraversalException()
public IllegalUseOfTraversalException(java.lang.String message)
message
- the error messagepublic IllegalUseOfTraversalException(java.lang.String message, java.lang.Throwable cause)
message
- the error messagecause
- the cause for the messagepublic IllegalUseOfTraversalException(java.lang.Throwable cause)
cause
- the cause for the message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |