java/sql-dk/src/info/globalcode/sql/dk/CLIParserException.java
branchv_0
changeset 33 04db6ccd6c48
parent 16 5b8fcd35d4d6
equal deleted inserted replaced
32:5e412dbd9362 33:04db6ccd6c48
    19 
    19 
    20 /**
    20 /**
    21  *
    21  *
    22  * @author Ing. František Kučera (frantovo.cz)
    22  * @author Ing. František Kučera (frantovo.cz)
    23  */
    23  */
    24 public class CLIParserException extends Exception {
    24 public class CLIParserException extends DKException {
    25 
    25 
    26 	public CLIParserException() {
    26 	public CLIParserException() {
    27 	}
    27 	}
    28 
    28 
    29 	public CLIParserException(String message) {
    29 	public CLIParserException(String message) {