PDFCosNumberParseRuntimeException.java
653 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.internal.pdftoolkit.core.exceptions;
import com.adobe.internal.pdftoolkit.core.exceptions.PDFCosParseException;
import com.adobe.internal.pdftoolkit.core.exceptions.PDFException;
import com.adobe.internal.pdftoolkit.core.exceptions.PDFRuntimeException;
public class PDFCosNumberParseRuntimeException
extends PDFRuntimeException {
private static final long serialVersionUID = 2187022273535592608L;
public PDFCosNumberParseRuntimeException(String message) {
super(message);
}
public PDFCosNumberParseRuntimeException(PDFCosParseException ex) {
super(ex);
}
}