public abstract class AbstractHmlValidationRule extends Object implements HmlValidationRule
Modifier | Constructor and Description |
---|---|
protected |
AbstractHmlValidationRule(String description)
Create a new abstract HML validation rule with the specified description.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Return a description of this HML validation rule suitable for use in an exception message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
validate
protected AbstractHmlValidationRule(String description)
description
- description, must not be nullpublic String toString()
HmlValidationRule
toString
in interface HmlValidationRule
toString
in class Object
Copyright © 2014–2015. All rights reserved.