Package org.aoju.bus.image.metric
Class ImageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.aoju.bus.core.exception.RelevantException
org.aoju.bus.image.metric.ImageException
- All Implemented Interfaces:
Serializable
public class ImageException
extends org.aoju.bus.core.exception.RelevantException
自定义异常: 影像异常
- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Field Summary
Fields inherited from class org.aoju.bus.core.exception.RelevantException
errcode, errmsg -
Constructor Summary
ConstructorsConstructorDescriptionImageException(int status) ImageException(int status, String message) ImageException(int status, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionfinal AttributesmkRSP(int cmdField, int msgId) setActionTypeID(int val) setAttributeIdentifierList(int... tags) final ImageExceptionsetDataset(Attributes data) setErrorComment(String val) setErrorID(int val) setEventTypeID(int val) setOffendingElements(int... tags) static ImageExceptionvalueOf(ValidationResult result, Attributes attrs) Methods inherited from class org.aoju.bus.core.exception.RelevantException
canEqual, equals, getErrcode, getErrmsg, hashCode, impossible, isCauseBy, noImplement, setErrcode, setErrmsg, toString, unwrapThrowMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ImageException
public ImageException(int status) -
ImageException
-
ImageException
-
-
Method Details
-
valueOf
-
setErrorComment
-
setErrorID
-
setEventTypeID
-
setActionTypeID
-
setOffendingElements
-
setAttributeIdentifierList
-
setUID
-
getDataset
-
setDataset
-
mkRSP
-