public abstract class StreamTypesException
extends java.lang.Exception
Constructor and Description |
---|
StreamTypesException(java.lang.String message,
Pair<java.lang.Integer,java.lang.String> suggestion)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Pair<java.lang.Integer,java.lang.String> |
getOptionalSuggestion()
Returns the optional suggestion for a matching name.
|
public StreamTypesException(java.lang.String message, Pair<java.lang.Integer,java.lang.String> suggestion)
message
- - messagesuggestion
- - optional suggestion for a matching namepublic Pair<java.lang.Integer,java.lang.String> getOptionalSuggestion()