public class SegmentationRuleException extends RuntimeException
| Constructor and Description |
|---|
SegmentationRuleException(String text)
Creates a new SegmentationRuleException object with a given message.
|
SegmentationRuleException(Throwable e)
Creates a new SegmentationRuleException object with a given parent exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SegmentationRuleException(String text)
text - text of the message.public SegmentationRuleException(Throwable e)
e - the parent exception.Copyright © 2021. All rights reserved.