|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.okapi.lib.segmentation.SegmentationRuleException
public class SegmentationRuleException
Signals that a sever error related to segmentation has occurred.
| Constructor Summary | |
|---|---|
SegmentationRuleException(java.lang.String text)
Creates a new SegmentationRuleException object with a given message. |
|
SegmentationRuleException(java.lang.Throwable e)
Creates a new SegmentationRuleException object with a given parent exception. |
|
| 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 |
|---|
public SegmentationRuleException(java.lang.String text)
text - text of the message.public SegmentationRuleException(java.lang.Throwable e)
e - the parent exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||