|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
uk.org.ury.server.exceptions.HandlingException
uk.org.ury.server.exceptions.NotAHandlerException
public class NotAHandlerException
Exception thrown if the class requested as a handler by the client is, in fact, not a handler (it does not implement RequestHandler).
Constructor Summary | |
---|---|
NotAHandlerException(java.lang.String className)
Construct a NotAHandlerException with the name of the class that is not a handler. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NotAHandlerException(java.lang.String className)
className
- The name of the offending class.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |