public class StreamObjectParseErrorException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
int |
index |
String |
streamObjectTypeName |
Constructor and Description |
---|
StreamObjectParseErrorException(int index,
String streamObjectTypeName,
Exception innerException)
Initializes a new instance of the StreamObjectParseErrorException class
|
StreamObjectParseErrorException(int index,
String streamObjectTypeName,
String message,
Exception innerException)
Initializes a new instance of the StreamObjectParseErrorException class
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public int index
public String streamObjectTypeName
public StreamObjectParseErrorException(int index, String streamObjectTypeName, Exception innerException)
index
- Specify the index of objectstreamObjectTypeName
- Specify the stream type nameinnerException
- Specify the inner exceptionpublic StreamObjectParseErrorException(int index, String streamObjectTypeName, String message, Exception innerException)
index
- Specify the index of objectstreamObjectTypeName
- Specify the stream type namemessage
- Specify the exception messageinnerException
- Specify the inner exceptionCopyright © 2007–1969 The Apache Software Foundation. All rights reserved.