src/share/classes/com/sun/tools/doclets/internal/toolkit/util/DocletAbortException.java

changeset 1359
25e14ad23cef
parent 554
9d9f26857129
child 1985
0e6577980181
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
1 /* 1 /*
2 * Copyright (c) 1997, 2009, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
23 * questions. 23 * questions.
24 */ 24 */
25 25
26 package com.sun.tools.doclets.internal.toolkit.util; 26 package com.sun.tools.doclets.internal.toolkit.util;
27 27
28 /**
29 * <p><b>This is NOT part of any supported API.
30 * If you write code that depends on this, you do so at your own risk.
31 * This code and its internal interfaces are subject to change or
32 * deletion without notice.</b>
33 */
28 public class DocletAbortException extends RuntimeException { 34 public class DocletAbortException extends RuntimeException {
29 private static final long serialVersionUID = -9131058909576418984L; 35 private static final long serialVersionUID = -9131058909576418984L;
30 36
31 public DocletAbortException() { 37 public DocletAbortException() {
32 } 38 }

mercurial