net.sourceforge.wohenchan.convert
Class UnknownOutputException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sourceforge.wohenchan.convert.UnknownOutputException
All Implemented Interfaces:
java.io.Serializable

public class UnknownOutputException
extends java.lang.Exception

This exception is thrown if a given dictionary source does not have any information about a given type of character. For example, Cedict does not have Unicode characters.

Version:
$Name: $ $Date: 2000/06/05 04:33:32 $
Author:
$Author: wtanaka $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UnknownOutputException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownOutputException

public UnknownOutputException()