Class PlcNotImplementedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.plc4x.java.api.exceptions.PlcRuntimeException
-
- org.apache.plc4x.java.api.exceptions.PlcNotImplementedException
-
- All Implemented Interfaces:
Serializable
public class PlcNotImplementedException extends PlcRuntimeException
indicates that a functionality is not implemented yet.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlcNotImplementedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PlcNotImplementedException
public PlcNotImplementedException(String message)
-
-