Class ScraperConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.plc4x.java.api.exceptions.PlcRuntimeException
-
- org.apache.plc4x.java.scraper.exception.ScraperConfigurationException
-
- All Implemented Interfaces:
Serializable
public class ScraperConfigurationException extends PlcRuntimeException
Is thrown when there is a problem with the Configuration.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScraperConfigurationException(String message)ScraperConfigurationException(String message, Throwable cause)ScraperConfigurationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)ScraperConfigurationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-