Package com.evolveum.axiom.spi.codec
Interface ValueDecoder.ExceptionFactory<I>
- 
- Enclosing interface:
 - ValueDecoder<I,O>
 
public static interface ValueDecoder.ExceptionFactory<I> 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuntimeExceptioncreate(I input, SourceLocation loc) 
 - 
 
- 
- 
Method Detail
- 
create
RuntimeException create(I input, SourceLocation loc)
 
 - 
 
 -