public class IncompatibleSearchPathException extends Exception
SearchPath
provided does not exactly match the Context
being searched. More specifically,
if a node in the SearchPath
is not found in the area of the Context
object currently being search, then this
Exception
is used to describe that scenario.
Created by QuijadaJ on 7/29/2017.Constructor and Description |
---|
IncompatibleSearchPathException(SearchPath pSearchPath,
String pNode,
Context pCtx) |
Modifier and Type | Method and Description |
---|---|
Context |
getContext() |
String |
getNode() |
SearchPath |
getSearchPath() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncompatibleSearchPathException(SearchPath pSearchPath, String pNode, Context pCtx)
public SearchPath getSearchPath()
public String getNode()
public Context getContext()
Copyright © 2019. All rights reserved.