public class CompressionVerificationException extends IOException
Modifier and Type | Field and Description |
---|---|
private int |
maxError |
private static long |
serialVersionUID |
Constructor and Description |
---|
CompressionVerificationException(int maxError) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxError() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
private final int maxError
public CompressionVerificationException(int maxError)
public int getMaxError()
Copyright © 2017 dcm4che.org. All rights reserved.