langtools/src/share/classes/javax/annotation/processing/FilerException.java
changeset 14258 8d2148961366
parent 5520 86e4b9a9da40
equal deleted inserted replaced
14062:b7439971a094 14258:8d2148961366
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 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
    24  */
    24  */
    25 
    25 
    26 package javax.annotation.processing;
    26 package javax.annotation.processing;
    27 
    27 
    28 import java.io.IOException;
    28 import java.io.IOException;
    29 import javax.annotation.processing.Filer;
       
    30 
    29 
    31 /**
    30 /**
    32  * Indicates a {@link Filer} detected an attempt to open a file that
    31  * Indicates a {@link Filer} detected an attempt to open a file that
    33  * would violate the guarantees provided by the {@code Filer}.  Those
    32  * would violate the guarantees provided by the {@code Filer}.  Those
    34  * guarantees include not creating the same file more than once, not
    33  * guarantees include not creating the same file more than once, not