previous | start | next

Exception and Error class Hierarchy

      Throwable
      |
      +-------+------------------+
      |                          |
      Exception                  Error
      |                          |
      +------------------+       unchecked classes...
      |                  |
      RunTimeException   checked classes ...
      |
      unchecked classes
   


previous | start | next