Tabnine Logo
InvalidParameterValueException.setStatus
Code IndexAdd Tabnine to your IDE (free)

How to use
setStatus
method
in
org.n52.shetland.ogc.ows.exception.InvalidParameterValueException

Best Java code snippets using org.n52.shetland.ogc.ows.exception.InvalidParameterValueException.setStatus (Showing top 4 results out of 315)

origin: org.n52.shetland/shetland

public InvalidParameterValueException() {
  super(OwsExceptionCode.InvalidParameterValue);
  setStatus(HTTPStatus.BAD_REQUEST);
}
origin: org.n52.arctic-sea/shetland

public InvalidParameterValueException() {
  super(OwsExceptionCode.InvalidParameterValue);
  setStatus(HTTPStatus.BAD_REQUEST);
}
origin: org.n52.arctic-sea/shetland

public InvalidParameterValueException(final String parameterName, final String value) {
  super(OwsExceptionCode.InvalidParameterValue);
  withMessage("The value '%s' of the parameter '%s' is invalid", value, parameterName).at(parameterName);
  setStatus(HTTPStatus.BAD_REQUEST);
}
origin: org.n52.shetland/shetland

public InvalidParameterValueException(final String parameterName, final String value) {
  super(OwsExceptionCode.InvalidParameterValue);
  withMessage("The value '%s' of the parameter '%s' is invalid", value, parameterName).at(parameterName);
  setStatus(HTTPStatus.BAD_REQUEST);
}
org.n52.shetland.ogc.ows.exceptionInvalidParameterValueExceptionsetStatus

Popular methods of InvalidParameterValueException

  • <init>
  • at
  • withMessage
  • causedBy

Popular in Java

  • Updating database using SQL prepared statement
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • runOnUiThread (Activity)
  • onRequestPermissionsResult (Fragment)
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • JFileChooser (javax.swing)
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now