public class SimpleParamSigSearchTermFormatException extends IllegalArgumentException
Indicates a badly formatted search term.
aliteralmind __DASH__ github __AT__ yahoo __DOT__ com), dual-licensed under the LGPL (version 3.0 or later) or the ASL (version 2.0). See source code for details. http://codelet.aliteralmind.com, https://github.com/aliteralmind/codelet| Constructor and Description |
|---|
SimpleParamSigSearchTermFormatException(String search_term) |
SimpleParamSigSearchTermFormatException(String search_term,
String message) |
SimpleParamSigSearchTermFormatException(String search_term,
String message,
Throwable cause) |
SimpleParamSigSearchTermFormatException(String search_term,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getStringSignature() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SimpleParamSigSearchTermFormatException(String search_term, String message)
public SimpleParamSigSearchTermFormatException(String search_term)
public SimpleParamSigSearchTermFormatException(String search_term, String message, Throwable cause)
public SimpleParamSigSearchTermFormatException(String search_term, Throwable cause)
public String getStringSignature()
Copyright 2014, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
https://github.com/aliteralmind/codelet