com.sun.mdm.index.phonetic
Class PhoneticEncoderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.mdm.index.master.EViewException
              extended bycom.sun.mdm.index.master.ProcessingException
                  extended bycom.sun.mdm.index.phonetic.PhoneticEncoderException
All Implemented Interfaces:
java.io.Serializable

public class PhoneticEncoderException
extends ProcessingException

An exception was thrown during the phonetic encoding

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
PhoneticEncoderException()
          Creates new PhoneticEncoderException without detail message.
PhoneticEncoderException(java.lang.String msg)
          Constructs an PhoneticEncoderException with the specified detail message.
PhoneticEncoderException(java.lang.String msg, java.lang.Throwable cause)
          Constructs an PhoneticEncoderException with the specified detail message.
PhoneticEncoderException(java.lang.Throwable cause)
          Constructs an PhoneticEncoderException with the specified detail message.
 
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

PhoneticEncoderException

public PhoneticEncoderException()
Creates new PhoneticEncoderException without detail message.


PhoneticEncoderException

public PhoneticEncoderException(java.lang.String msg)
Constructs an PhoneticEncoderException with the specified detail message.

Parameters:
msg - the detail message.

PhoneticEncoderException

public PhoneticEncoderException(java.lang.String msg,
                                java.lang.Throwable cause)
Constructs an PhoneticEncoderException with the specified detail message. and cause

Parameters:
msg - the detail message.
cause - the cause exception to link

PhoneticEncoderException

public PhoneticEncoderException(java.lang.Throwable cause)
Constructs an PhoneticEncoderException with the specified detail message.

Parameters:
cause - the cause exception to link


Sun Microsystems, Inc.