public class ParseException
extends java.lang.RuntimeException
![]() |
![]() |
| Constructor and Description |
|---|
ParseException(java.lang.String message)
constructor.
|
ParseException(java.lang.String message,
byte[] data)
constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
gets bytes which contained the unexpected value.
|
public ParseException(java.lang.String message)
message - detailed message explaining the parsing error.public ParseException(java.lang.String message,
byte[] data)
message - detailed message explaining the parsing error.data - bytes which contained the unexpected value.