|
||||||||
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
tester.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(String message)
Constructs a new exception with the specified detail message. |
|
IllegalUseOfTraversalException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
IllegalUseOfTraversalException(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(String message)
message
- the error messagepublic IllegalUseOfTraversalException(String message, Throwable cause)
message
- the error messagecause
- the cause for the messagepublic IllegalUseOfTraversalException(Throwable cause)
cause
- the cause for the message
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |