|
|||||||||
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
timertests.UnsortedException
public class UnsortedException
Exception to be raised when the sorting algorithm fails to
sort according to the given Comparator
.
Constructor Summary | |
---|---|
UnsortedException()
Constructs a new exception with null as its detail message. |
|
UnsortedException(java.lang.String message)
Constructs a new exception with the specified detail message. |
|
UnsortedException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
UnsortedException(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 UnsortedException()
public UnsortedException(java.lang.String message)
message
- the error messagepublic UnsortedException(java.lang.String message, java.lang.Throwable cause)
message
- the error messagecause
- the cause for the messagepublic UnsortedException(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 |