Class EntryException

Class EntryException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----EntryException

class EntryException
extends Exception
Exception thrown when there is an error in reading an Entry
See Also:
Entry

Constructor Index

 o EntryException()
 o EntryException(String)

Constructors

 o EntryException
  public EntryException()
 o EntryException
  public EntryException(String s)