Package de.pco.common.exceptions
Class PcoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.pco.common.exceptions.PcoException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AcquireModeInvalidException,AddressOutOfRange1Exception,AddressoutofrangeException,AlreadyopenedException,ArmNotSuccessfulException,BadmemoryException,BufalreadyassignedException,BufcntexhaustedException,BufferalreadyqueuedException,BufferCancelledException,BufferDmasizeException,BufferLostimageException,BuffernotqueuedException,BuffernotvalidException,BuffersizeException,BuffersizeException,BuffersPendingException,BufferSystemoffException,BuffertosmallException,BusresetException,CameraBusyException,CamerahealthException,CameratypeException,CameraversionException,CcdcalNotFinishedException,ChecksumcodefailedException,ChecksumerrorException,CocBufferToSmallException,CocDatainkonsistentException,CocDelayInvalidException,CocExposInvalidException,CocModeInvalidException,CocMonitorInvalidException,CocPeriodInvalidException,CocPixelrateInvalidException,CocPowerdownInvalidException,CocRoiBinningInvalidException,CocRoiDoubleInvalidException,CocSensorformatInvalidException,CocTimebaseInvalidException,CocTriggerInvalidException,ConfigfailedException,CorrectionDataInvalidException,DataerrorException,DatainkonsistentException,DataoutofrangeException,DescriptorMustBeReloadedException,DevcodeException,DevicebusyException,DevicecountException,DeviceIsOpenException,DeviceNotAvailException,DeviceNotBlankException,DeviceNotOpenException,DeviceoffException,DialognotavailableException,DifferentSdramsException,DiskfullException,DiskfullException,DllnotfoundDivzeroException,DllnotfoundException,DllnotfoundException,EraseFlashFailedException,ErrordestroywndException,EventalreadyassignedException,FileChecksumException,FileOpenException,FileReadErrException,FileReadException,FileUnknownFormatException,FileWriteErrException,FileWriteException,FileWrongValueException,FileWrongVersionException,FirmwareConstraintException,FlicamExtModOutOfRangeException,FlicamSyncPllNotLockedException,FormatNotSupportedException,FunctionnotfoundException,FunctionnotsupportedException,FunctionNotSupportedException,GigeAccessDeniedException,GigeBadOffsetException,GigeBandwidthConflictException,GigeCommandGroupUnknownException,GigeCommandIsInvalidException,GigeCommandUnknownException,GigeDownloadBlockLostException,GigeDownloadInvalidLdrException,GigeDriverImgPktLostException,GigeInterfaceBlockedException,GigeInternalErrorException,GigeInvalidCommandParametersException,GigeInvalidSessionException,GigeNvWriteInProgressException,GigeUartNotOperationalException,HeadBoardMismatchException,HeadLostException,HeadPowerDownException,HeadVerifyFailedException,HighTemperatureException,I2cnoresponseException,IfSettingsInvalidException,ImageReadNotPossibleException,ImageTooBrightException,ImageTooDarkException,ImageTransferPendingException,InbufferSizeException,InitfailedException,InvalidhandleException,InvmodeException,IofailureException,KernelmemallocfailedException,LibraryversionException,LutMismatchException,NestedbuffersizeException,NoackException,NodeviceopenedException,NoDeviceResponseException,NodriverException,NofileException,NofunctionException,NohandleavailableException,NomemoryException,NoSdramMountedException,NotavailableException,NotavailableException,NotinitException,NotinitException,NotpossibleException,NotrenderedException,NotSupportedException,OnlyOneSdramException,OutbufferSizeException,PicturetimeoutException,PowerUpSequenceException,ProgEepromFailedException,ProgFlashFailedException,ReadEepromFailedException,ReaderrorException,ReadFlashFailedException,ReadFlashFailedException,RecorderAcquisitionMustBeOffException,RecorderNoImagesAvailableException,RecorderRecordMustBeOffException,RecorderSettingsChangedException,RecordingmustbeonException,RecordMustBeOffException,RegerrException,ResourceException,RoiNotSymmetricalException,RoiSettingException,RoiSteppingException,SavefileException,SegmentOutOfRangeException,SegmentsTooLargeException,SegmentTooSmallException,SerialnumException,SetValuesException,SignatureFailedException,SyserrException,SyserrException,TeletimeoutException,TimeoutException,TomuchdataException,UnknownCommandException,UnknownDeviceException,UnsupportedSdramException,ValidationException,ValueOutOfRangeException,VariantConstraintException,VoltageoutofrangeException,Warning,WriteerrorException,WrongAtmelDeviceException,WrongAtmelFoundException,WrongAtmelSizeException,WrongBoardException,WrongboardnrException,WrongbuffernrException,WrongchecksumException,WrongDeviceTypeException,WrongosException,WrongresException,WrongsizearrException,WrongvalueException,WrongversException
public class PcoException extends IOException
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected PcoExceptionEnumlevel1error -
Constructor Summary
Constructors Modifier Constructor Description protectedPcoException()protectedPcoException(int errorCode) -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)static PcoExceptionfromErrorCode(int errorCode)DeviceEnumgetDevice()intgetErrorCode()LayerEnumgetLayer()StringgetMessage()inthashCode()booleanisCommon()voidsetDevice(DeviceEnum device)voidsetErrorCode(int errorCode)voidsetLayer(LayerEnum layer)StringtoString()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
level1error
-
-
Constructor Details
-
PcoException
protected PcoException() -
PcoException
protected PcoException(int errorCode)
-
-
Method Details
-
fromErrorCode
- Throws:
IllegalArgumentException
-
getErrorCode
public int getErrorCode() -
setErrorCode
public void setErrorCode(int errorCode) -
isCommon
public boolean isCommon() -
getMessage
- Overrides:
getMessagein classThrowable
-
getLayer
-
setLayer
-
getDevice
-
setDevice
-
hashCode
public int hashCode() -
equals
-
toString
-