org.makumba
Class ProgrammerError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.makumba.MakumbaError
              extended by org.makumba.ProgrammerError
All Implemented Interfaces:
Serializable

public class ProgrammerError
extends MakumbaError

this error is thrown when a handler method is missing but it is needed by some controller

See Also:
Serialized Form

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

ProgrammerError

public ProgrammerError(String expl)

ProgrammerError

public ProgrammerError(Throwable cause,
                       String expl)