|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.makumba.MakumbaError
org.makumba.ProgrammerError
public class ProgrammerError
this error is thrown when a handler method is missing but it is needed by some controller
| Field Summary |
|---|
| Fields inherited from class org.makumba.MakumbaError |
|---|
explanation |
| Constructor Summary | |
|---|---|
ProgrammerError(String expl)
|
|
ProgrammerError(Throwable cause,
String expl)
|
|
| Method Summary |
|---|
| Methods inherited from class org.makumba.MakumbaError |
|---|
printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProgrammerError(String expl)
public ProgrammerError(Throwable cause,
String expl)
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||