Class EntryNotFound

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.scictrl.mp.orbitcorrect.EntryNotFound
All Implemented Interfaces:
Serializable

public class EntryNotFound extends Exception
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 Details

    • EntryNotFound

      public EntryNotFound()
      Default EntryNotFound constructor.
    • EntryNotFound

      public EntryNotFound(String s)
      Constructs an EntryNotFound exception with the specified detail message.
      Parameters:
      s - the detail message.
  • Method Details

    • toString

      public String toString()
      Returns a String that represents the value of this object.
      Overrides:
      toString in class Throwable