| | |
| | | package com.ximple.io.dgn7; |
| | | |
| | | public class Dgn7fileException extends Dgn7Exception |
| | | { |
| | | public class Dgn7fileException extends Dgn7Exception { |
| | | |
| | | public Dgn7fileException() |
| | | { |
| | | public Dgn7fileException() { |
| | | } |
| | | |
| | | public Dgn7fileException(String message) |
| | | { |
| | | public Dgn7fileException(String message) { |
| | | super(message); |
| | | } |
| | | |
| | | public Dgn7fileException(String message, Throwable cause) |
| | | { |
| | | public Dgn7fileException(String message, Throwable cause) { |
| | | super(message, cause); |
| | | } |
| | | |
| | | public Dgn7fileException(Throwable cause) |
| | | { |
| | | public Dgn7fileException(Throwable cause) { |
| | | super(cause); |
| | | } |
| | | } |