public class ValidationException extends RuntimeException
| Modifier and Type | Method and Description |
|---|---|
ValidationException |
addTerm(Term term) |
ValidationException |
addTypeToStack(String name,
FullType type) |
static ValidationException |
create(String msgkey,
Object... args) |
String |
getMessage() |
ValidationException |
setObjectTemplate(File objectTemplate) |
ValidationException |
setPathTypeAndObject(Path path,
FullType type,
File objectTemplate) |
ValidationException |
setValue(Property property) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static ValidationException create(String msgkey, Object... args)
public ValidationException setObjectTemplate(File objectTemplate)
public String getMessage()
getMessage in class Throwablepublic ValidationException setPathTypeAndObject(Path path, FullType type, File objectTemplate)
public ValidationException addTerm(Term term)
public ValidationException addTypeToStack(String name, FullType type)
public ValidationException setValue(Property property)
Copyright © 2014 Quattor. All Rights Reserved.