Exceção que representa que determinado arquivo não pode ser visualizado pelo sistema. @author Rafael Naufal @since 1.0 @version $Id$
8182838485868788
if(fileType.getFileExtension().equalsIgnoreCase( extension)) { return; } } throw new FileCannotBeViewedException( "File " + fileName + " cannot be renderized by FileContentViewer"); }