Package de.espirit.firstspirit.module
Class NoSuchComponentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.firstspirit.module.NoSuchComponentException
- All Implemented Interfaces:
 Serializable
Exception thrown when trying to access a component not being available.
- Since:
 - 4.2.200
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
NoSuchComponentException
public NoSuchComponentException() 
 - 
 - 
Method Details
- 
getName
Get the name of component failed to look up.- Returns:
 - The unavailable component's name.
 - Since:
 - 4.2.200
 
 
 -