Class WrongXPathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.karafra.bitchutedl.exceptions.ApiRuntimeException
-
- com.karafra.bitchutedl.exceptions.WrongXPathException
-
- All Implemented Interfaces:
Serializable
public class WrongXPathException extends ApiRuntimeException
Exception thrown when xpath is not present in DOM.- Since:
- 1.0
- Version:
- 1.0
- Author:
- Karafra
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrongXPathException(String xpath)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WrongXPathException
public WrongXPathException(String xpath)
-
-