Class WriterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.mediator.datamapper.engine.core.exceptions.WriterException
-
- All Implemented Interfaces:
Serializable
public class WriterException extends Exception
This exception is thrown when engine gets an error writing output or when formatting- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WriterException(String message)
WriterException(String message, Exception e)
-
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
-
-