public class FileQueryError extends Object
| Constructor and Description |
|---|
FileQueryError(boolean fatal,
String name,
String description,
long position)
Creates a new FileQueryError object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
long |
getPosition() |
boolean |
isFatal()
Whether or not the error is fatal.
|
String |
toString() |
public FileQueryError(boolean fatal,
String name,
String description,
long position)
fatal - Whether or not the error is fatal.name - The name of the error.description - A description of the error.position - The file offset at which the error occurred.public boolean isFatal()
public String getName()
public String getDescription()
public long getPosition()
Copyright © 2021 Microsoft Corporation. All rights reserved.