1 package org.simantics.modeling.ui.pdf;
3 public class PdfException extends Exception {
5 private static final long serialVersionUID = 1L;
7 public PdfException() {
9 // TODO Auto-generated constructor stub
12 public PdfException(String message, Throwable cause) {
13 super(message, cause);
14 // TODO Auto-generated constructor stub
17 public PdfException(String message) {
19 // TODO Auto-generated constructor stub
22 public PdfException(Throwable cause) {
24 // TODO Auto-generated constructor stub