Class InvalidOrderPathException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.rest.entity.api.search.order.InvalidOrderPathException
All Implemented Interfaces:
Serializable

public class InvalidOrderPathException extends RuntimeException
This exception is thrown if an order path doesn't exist for the given base entity model.
See Also:
  • Constructor Details

    • InvalidOrderPathException

      public InvalidOrderPathException(String baseEntityModel, String path)
  • Method Details

    • getEntityModel

      public String getEntityModel()
    • getPath

      public String getPath()