|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
marf.util.MARFException
marf.nlp.NLPException
public class NLPException
NLPException is a root of exception hierarchy in the NLP exception processing.
$Id: NLPException.java,v 1.5 2006/03/02 01:19:19 mokhov Exp $
| Field Summary |
|---|
| Fields inherited from class marf.util.MARFException |
|---|
strMessage |
| Constructor Summary | |
|---|---|
NLPException()
Default NLP exception. |
|
NLPException(java.lang.Exception poException)
Exception wrapper constructor. |
|
NLPException(java.lang.String pstrMessage)
Generic exception. |
|
NLPException(java.lang.String pstrMessage,
java.lang.Exception poException)
Accepts custom message and the exception object. |
|
| Method Summary | |
|---|---|
static java.lang.String |
getMARFSourceCodeRevision()
Returns source code revision information. |
| Methods inherited from class marf.util.MARFException |
|---|
create, create, create, create, getMessage, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 |
|---|
public NLPException()
public NLPException(java.lang.String pstrMessage)
pstrMessage - Error message stringpublic NLPException(java.lang.Exception poException)
poException - Exception object to wrap
public NLPException(java.lang.String pstrMessage,
java.lang.Exception poException)
pstrMessage - custom error messagepoException - exception happened| Method Detail |
|---|
public static java.lang.String getMARFSourceCodeRevision()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||