org.quattor.pan.exceptions
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.quattor.pan.exceptions.ValidationException
- All Implemented Interfaces:
- Serializable
public class ValidationException
- extends RuntimeException
Exceptions of this type can be thrown during the validation phase of the
processing.
- Author:
- loomis
- See Also:
- Serialized Form
create
public static ValidationException create(String msgkey,
Object... args)
setObjectTemplate
public ValidationException setObjectTemplate(File objectTemplate)
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
setPathTypeAndObject
public ValidationException setPathTypeAndObject(Path path,
FullType type,
File objectTemplate)
addTerm
public ValidationException addTerm(Term term)
addTypeToStack
public ValidationException addTypeToStack(String name,
FullType type)
setValue
public ValidationException setValue(Property property)
Copyright © 2012 Quattor. All Rights Reserved.