Class NotImplemented


  • public class NotImplemented
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NOT_IMPLEMENTED_MSG  
    • Constructor Summary

      Constructors 
      Constructor Description
      NotImplemented()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static spark.Route getRoute()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NOT_IMPLEMENTED_MSG

        public static final java.lang.String NOT_IMPLEMENTED_MSG
        See Also:
        Constant Field Values
    • Constructor Detail

      • NotImplemented

        public NotImplemented()
    • Method Detail

      • getRoute

        public static spark.Route getRoute()