RuntimeException abnormal when the title [brush] java several common run

Several common are listed below:

-NullPointerException - null pointer reference exception

  • ClassCastException - type cast exception.
  • IllegalArgumentException - passing illegal argument exception.
  • ArithmeticException - arithmetic anomaly
  • ArrayStoreException - stored to the array type is not compatible with the declared target abnormal
  • IndexOutOfBoundsException - subscript bounds exception
  • NegativeArraySizeException - Create an array of size erroneous negative anomalies
  • NumberFormatException - abnormal digital format
  • SecurityException - Security Exception
  • UnsupportedOperationException - unsupported operating anomalies

Guess you like

Origin www.cnblogs.com/anliux/p/11417411.html