Class MessageSetParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.odpi.openmetadata.reports.messages.MessageSetParsingException
- All Implemented Interfaces:
Serializable
MessageSetParsingException is thrown when a source file declares a message set that the parser cannot read.
It fails the build rather than allowing the documentation to quietly lose a message.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturn the path of the source file that could not be parsed.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getSourcePath
Return the path of the source file that could not be parsed.- Returns:
- relative path, using "/" separators
-