|
Scala Library
|
|
object
MakeValidationException
extends AnyRef| Method Summary | |
def
|
fromFixedAttribute (k : java.lang.String, value : java.lang.String, actual : java.lang.String) : ValidationException |
def
|
fromMissingAttribute (key : java.lang.String, tpe : java.lang.String) : ValidationException |
def
|
fromMissingAttribute (allKeys : Set[java.lang.String]) : ValidationException |
def
|
fromNonEmptyElement : ValidationException |
def
|
fromUndefinedAttribute (key : java.lang.String) : ValidationException |
def
|
fromUndefinedElement (label : java.lang.String) : ValidationException |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
def
fromFixedAttribute(k : java.lang.String, value : java.lang.String, actual : java.lang.String) : ValidationException
def
fromNonEmptyElement : ValidationException
def
fromUndefinedElement(label : java.lang.String) : ValidationException
def
fromUndefinedAttribute(key : java.lang.String) : ValidationException
def
fromMissingAttribute(allKeys : Set[java.lang.String]) : ValidationException
def
fromMissingAttribute(key : java.lang.String, tpe : java.lang.String) : ValidationException
|
Scala Library
|
|