Package de.pco.common.exceptions
Class Warning
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.pco.common.exceptions.PcoException
de.pco.common.exceptions.Warning
- All Implemented Interfaces:
Serializable
public class Warning extends PcoException
Warning class, that is not supposed to be thrown, but to be accessible after
every native call as a member value of the Recorder and Sdk objects.
Inherits from PcoException only to enable access to the "device"
and "layer" parts of the errorcode, see PCO_err.h.
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class de.pco.common.exceptions.PcoException
level1error -
Constructor Summary
Constructors Constructor Description Warning()Warning(int errorCode)Warning(PcoExceptionEnum constant) -
Method Summary
Methods inherited from class de.pco.common.exceptions.PcoException
equals, fromErrorCode, getDevice, getErrorCode, getLayer, getMessage, hashCode, isCommon, setDevice, setErrorCode, setLayer, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
Warning
public Warning() -
Warning
public Warning(int errorCode) -
Warning
-