org.jbox.textCutter.util
Class DictInitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jbox.textCutter.util.DictInitException
All Implemented Interfaces:
java.io.Serializable

public class DictInitException
extends java.lang.RuntimeException

Thrown when the Dict could be created.

Version:
1.0
Author:
YiBin.H
See Also:
Dict, Serialized Form

Constructor Summary
DictInitException()
           
DictInitException(java.lang.String msg)
           
DictInitException(java.lang.String msg, java.lang.Throwable cause)
           
DictInitException(java.lang.Throwable cause)
           
 
Method Summary
 
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

DictInitException

public DictInitException()

DictInitException

public DictInitException(java.lang.String msg)

DictInitException

public DictInitException(java.lang.String msg,
                         java.lang.Throwable cause)

DictInitException

public DictInitException(java.lang.Throwable cause)