Open SiteSearch 4.1.1
Final

ORG.oclc.RecordHandler
Class UnrecognizedRecordHandlerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ORG.oclc.RecordHandler.UnrecognizedRecordHandlerException

public class UnrecognizedRecordHandlerException
extends Exception

See Also:
Serialized Form

Constructor Summary
UnrecognizedRecordHandlerException()
           
UnrecognizedRecordHandlerException(String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnrecognizedRecordHandlerException

public UnrecognizedRecordHandlerException()

UnrecognizedRecordHandlerException

public UnrecognizedRecordHandlerException(String s)

Open SiteSearch 4.1.1
Final