Class InvalidDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.deltava.service.xacars.InvalidDataException
- All Implemented Interfaces:
Serializable
An exception to flag invalid data while preserving code flow.
- Since:
- 4.1
- Version:
- 4.1
- Author:
- Luke
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidDataException
-
-
Method Details
-
getResponse
Returns an XACARS-formatted message.- Returns:
- the message prepended with a status code
-