Jacson

de.spieleck.app.ngramj
Class NGramException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.spieleck.app.ngramj.NGramException
All Implemented Interfaces:
java.io.Serializable

public class NGramException
extends java.lang.Exception

Well, there were times, where every project had to have it's own exception.
We need to revisit this decision again sometimes later.

Version:
$Revision: 2 $ $Date: 2006-03-27 23:00:21 +0200 (Mo, 27 Mrz 2006) $ $Author: nestefan $
Author:
Frank S. Nestel, $Author: nestefan $
See Also:
Serialized Form

Constructor Summary
NGramException(java.lang.String msg)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NGramException

public NGramException(java.lang.String msg)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

spieleck.de