net.sourceforge.wohenchan.convert
Class NoRepresentationException

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

public class NoRepresentationException
extends java.lang.Exception

Thrown when there is no representation for the given entity. For example, if you try to get the GB2312 bytes for a traditional chinese character.

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
NoRepresentationException()
           
 
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

NoRepresentationException

public NoRepresentationException()