org.jbox.textCutter.util
Class LangFilterInitException

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

public class LangFilterInitException
extends java.lang.RuntimeException

Thrown when couldn't create LanguageFilter.

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

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

LangFilterInitException

public LangFilterInitException()

LangFilterInitException

public LangFilterInitException(java.lang.String msg)

LangFilterInitException

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

LangFilterInitException

public LangFilterInitException(java.lang.Throwable cause)