Class TransformerDoesNotExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.lyncode.xoai.dataprovider.exceptions.TransformerDoesNotExistsException
-
- All Implemented Interfaces:
Serializable
public class TransformerDoesNotExistsException extends Exception
- Version:
- 3.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransformerDoesNotExistsException()without detail message.TransformerDoesNotExistsException(String msg)with the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TransformerDoesNotExistsException
public TransformerDoesNotExistsException()
without detail message.
-
TransformerDoesNotExistsException
public TransformerDoesNotExistsException(String msg)
with the specified detail message.- Parameters:
msg- the detail message.
-
-