public class ElementIdNotFoundException extends RuntimeException
ElementIdNotFoundException class.
Modifier and Type | Field and Description |
---|---|
protected String |
badId |
protected String |
browseUri |
protected String |
detailParam |
protected String |
detailUri |
protected String |
elemType |
protected String |
message |
Constructor and Description |
---|
ElementIdNotFoundException(String msg,
String id,
String elemType)
Constructor for ElementIdNotFoundException.
|
ElementIdNotFoundException(String msg,
String id,
String elemType,
String browseUri)
Constructor for ElementIdNotFoundException.
|
ElementIdNotFoundException(String msg,
String id,
String elemType,
String detailUri,
String detailParam,
String browseUri)
Constructor for ElementIdNotFoundException.
|
Modifier and Type | Method and Description |
---|---|
String |
getBadID()
getBadID
|
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 badId
protected String message
protected String elemType
protected String detailUri
protected String detailParam
protected String browseUri
public ElementIdNotFoundException(String msg, String id, String elemType, String detailUri, String detailParam, String browseUri)
Constructor for ElementIdNotFoundException.
public ElementIdNotFoundException(String msg, String id, String elemType, String browseUri)
Constructor for ElementIdNotFoundException.
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.