|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.NoSuchMethodException
Thrown when a particular method cannot be found.
Constructor Summary | |
NoSuchMethodException()
Constructs a NoSuchMethodException without a detail message. |
|
NoSuchMethodException(String s)
Constructs a NoSuchMethodException with a detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode |
Constructor Detail |
public NoSuchMethodException()
NoSuchMethodException
without a detail message.
public NoSuchMethodException(String s)
NoSuchMethodException
with a detail message.
s
- the detail message.
|
MIT ACM/IEEE Programming Competition |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |