|
|||||||||
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
com.scooterframework.common.exception.GenericException
com.scooterframework.common.exception.ObjectCreationException
com.scooterframework.web.controller.NoControllerFoundException
public class NoControllerFoundException
class NoControllerFoundException
Field Summary |
---|
Fields inherited from class com.scooterframework.common.exception.ObjectCreationException |
---|
className |
Constructor Summary | |
---|---|
NoControllerFoundException(java.lang.String className)
Constructs a new NoControllerFoundException exception with the specified class name. |
Method Summary | |
---|---|
java.lang.String |
getMessage()
Returns the detail message string of this instance. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 NoControllerFoundException(java.lang.String className)
className
- the class name of the object to bve created.Method Detail |
---|
public java.lang.String getMessage()
getMessage
in class ObjectCreationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |