public class ElementNotFoundException extends RuntimeException
ElementNotFoundException class.
Modifier and Type | Field and Description |
---|---|
protected String |
browseUri |
protected String |
detailParam |
protected String |
detailUri |
protected String |
elemType |
protected String |
message |
Constructor and Description |
---|
ElementNotFoundException(String msg,
String elemType)
Constructor for ElementNotFoundException.
|
ElementNotFoundException(String msg,
String elemType,
String browseUri)
Constructor for ElementNotFoundException.
|
ElementNotFoundException(String msg,
String elemType,
String detailUri,
String detailParam,
String browseUri)
Constructor for ElementNotFoundException.
|
Modifier and Type | Method and Description |
---|---|
String |
getBrowseUri()
Getter for the field
browseUri . |
String |
getDetailParam()
Getter for the field
detailParam . |
String |
getDetailUri()
Getter for the field
detailUri . |
String |
getElemType()
Getter for the field
elemType . |
String |
getElemType(boolean initialCap)
Getter for the field
elemType . |
String |
getMessage()
Getter for the field
message . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected String message
protected String elemType
protected String detailUri
protected String detailParam
protected String browseUri
public ElementNotFoundException(String msg, String elemType, String detailUri, String detailParam, String browseUri)
Constructor for ElementNotFoundException.
public ElementNotFoundException(String msg, String elemType, String browseUri)
Constructor for ElementNotFoundException.
public String getMessage()
Getter for the field message
.
getMessage
in class Throwable
String
object.public String getElemType(boolean initialCap)
Getter for the field elemType
.
initialCap
- a boolean.String
object.public String getDetailParam()
Getter for the field detailParam
.
String
object.Copyright © 2021. All rights reserved.