Open SiteSearch 4.1.1
Final

ORG.oclc.ecat.util
Class CEFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--ORG.oclc.ecat.util.CEFormatException

public class CEFormatException
extends IOException

See Also:
Serialized Form

Constructor Summary
CEFormatException(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

CEFormatException

public CEFormatException(String s)

Open SiteSearch 4.1.1
Final