What is the difference between Exception and Error in java? Technology Community › Category: Java › What is the difference between Exception and Error in java? 0 Vote Up Vote Down VietMX Staff asked 4 years ago An Error “indicates serious problems that a reasonable application should not try to catch.” An Exception “indicates conditions that a reasonable application might want to catch.”