Class NotFound

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----ComponentConfiguratorException
                           |
                           +----NotFound

class NotFound
extends ComponentConfiguratorException
An exception representing that a needed element was not found.

Version:
0.1
Author:
Fabio Kon

Constructor Index

 o NotFound()
 o NotFound(String)

Constructors

 o NotFound
 public NotFound()
 o NotFound
 public NotFound(String s)