Package org.scictrl.mp.orbitcorrect
Class EntryNotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.scictrl.mp.orbitcorrect.EntryNotFound
- All Implemented Interfaces:
 Serializable
This type represent exception that is thrown usually by method, which takes string (key) as argument
 and do something with this string, if string is suitable. If not, this exception is thrown.
- Author:
 - igor@scictrl.com
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionDefaultEntryNotFoundconstructor.Constructs anEntryNotFoundexception with the specified detail message. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace 
- 
Constructor Details
- 
EntryNotFound
public EntryNotFound()DefaultEntryNotFoundconstructor. - 
EntryNotFound
Constructs anEntryNotFoundexception with the specified detail message.- Parameters:
 s- the detail message.
 
 - 
 - 
Method Details