org.granite.generator.exception
Class TransformerNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.granite.generator.exception.TransformerNotFoundException
- All Implemented Interfaces:
- Serializable
public class TransformerNotFoundException
- extends RuntimeException
- Author:
- Franck WOLFF
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TransformerNotFoundException
public TransformerNotFoundException(Input<?> input)
TransformerNotFoundException
public TransformerNotFoundException(Input<?> input,
String message,
Throwable cause)
TransformerNotFoundException
public TransformerNotFoundException(Input<?> input,
String message)
TransformerNotFoundException
public TransformerNotFoundException(Input<?> input,
Throwable cause)
getInput
public Input<?> getInput()