public class ImageException
extends org.aoju.bus.core.lang.exception.RelevantException
| Constructor and Description |
|---|
ImageException(int status) |
ImageException(int status,
String message) |
ImageException(int status,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
getDataset() |
Attributes |
mkRSP(int cmdField,
int msgId) |
ImageException |
setActionTypeID(int val) |
ImageException |
setAttributeIdentifierList(int... tags) |
ImageException |
setDataset(Attributes data) |
ImageException |
setErrorComment(String val) |
ImageException |
setErrorID(int val) |
ImageException |
setEventTypeID(int val) |
ImageException |
setOffendingElements(int... tags) |
ImageException |
setUID(int tag,
String value) |
static ImageException |
valueOf(ValidationResult result,
Attributes attrs) |
canEqual, equals, getErrcode, getErrmsg, hashCode, impossible, isCauseBy, noImplement, setErrcode, setErrmsg, toString, unwrapThrowaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ImageException(int status)
public ImageException(int status,
String message)
public ImageException(int status,
Throwable cause)
public static ImageException valueOf(ValidationResult result, Attributes attrs)
public ImageException setErrorComment(String val)
public ImageException setErrorID(int val)
public ImageException setEventTypeID(int val)
public ImageException setActionTypeID(int val)
public ImageException setOffendingElements(int... tags)
public ImageException setAttributeIdentifierList(int... tags)
public ImageException setUID(int tag, String value)
public final Attributes getDataset()
public final ImageException setDataset(Attributes data)
public Attributes mkRSP(int cmdField, int msgId)
Copyright © 2021. All rights reserved.