Class InvalidInputException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.symphonyoss.symphony.messageml.exceptions.MessageMLException
-
- org.symphonyoss.symphony.messageml.exceptions.InvalidInputException
-
- All Implemented Interfaces:
Serializable
public class InvalidInputException extends MessageMLException
Exception representing MessageML processing error caused by invalid input data.- Since:
- 6/7/16
- Author:
- bruce.skingle, lukasz
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidInputException(String message)InvalidInputException(String message, Object... args)InvalidInputException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-