Package org.benf.cfr.reader.api
Interface SinkReturns.ExceptionMessage
-
- Enclosing interface:
- SinkReturns
public static interface SinkReturns.ExceptionMessage
An exception message with more detail.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getMessage()
java.lang.String
getPath()
java.lang.Exception
getThrownException()
-
-
-
Method Detail
-
getPath
java.lang.String getPath()
- Returns:
- the path of the file being analysed at the time of exception.
-
getMessage
java.lang.String getMessage()
- Returns:
- any handy addtional information - a precis of the exception
-
getThrownException
java.lang.Exception getThrownException()
- Returns:
- full exception.
-
-