public class TransformerNotFoundException extends java.lang.RuntimeException
| Constructor and Description |
|---|
TransformerNotFoundException(Input<?> input) |
TransformerNotFoundException(Input<?> input,
java.lang.String message) |
TransformerNotFoundException(Input<?> input,
java.lang.String message,
java.lang.Throwable cause) |
TransformerNotFoundException(Input<?> input,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Input<?> |
getInput() |
public TransformerNotFoundException(Input<?> input)
public TransformerNotFoundException(Input<?> input, java.lang.String message, java.lang.Throwable cause)
public TransformerNotFoundException(Input<?> input, java.lang.String message)
public TransformerNotFoundException(Input<?> input, java.lang.Throwable cause)