Java Terminology: Why compile-time error and not compile-time exception?
        Posted  
        
            by Mandar 
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mandar 
        
        
        
        Published on 2010-05-22T15:21:54Z
        Indexed on 
            2010/05/22
            16:30 UTC
        
        
        Read the original article
        Hit count: 299
        
This may sound awkward ...
But I didn't understand it.
Why do we have compile-time error and not compile-time exception in java ?  
I mean to say that we never say compile-time exception.
We tend to say it as compile-time error.  
Is there any specific reason for the same ??
Any suggestions are welcomed....    
Thanks !
© Stack Overflow or respective owner