Class ReaderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.mediator.datamapper.engine.core.exceptions.ReaderException
-
- All Implemented Interfaces:
Serializable
public class ReaderException extends Exception
This exception is thrown when engine gets an error when reading input or when building input- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReaderException(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-