public class UnserializeException extends PherializeException
| Modifier and Type | Field and Description |
|---|---|
int |
position
Index of character in input string when processing the error occurred.
|
| Constructor and Description |
|---|
UnserializeException(int position)
Constructor
|
UnserializeException(String message,
int position)
Constructor
|
UnserializeException(String message,
Throwable cause,
int position)
Constructor
|
UnserializeException(Throwable cause,
int position)
Constructor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final int position
public UnserializeException(int position)
position - public UnserializeException(String message, int position)
position - message - public UnserializeException(String message, Throwable cause, int position)
message - The exception messagecause - position - public UnserializeException(Throwable cause, int position)
cause - The root causeposition - Copyright © 2006–2017. All rights reserved.