public class RowTooLongException extends DRException
Constructor and Description |
---|
RowTooLongException(int maxRowLength)
Create an error indicating the specified row length limit
was exceeded.
|
Modifier and Type | Method and Description |
---|---|
String |
getFileName()
Gets the file path which exceeded the limit.
|
int |
getMaxRowLength()
Gets the limit that was exceeded.
|
String |
getMessage() |
void |
setFileName(String name)
Sets the file which exceeded the limit.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RowTooLongException(int maxRowLength)
maxRowLength
- the row limit exceededpublic int getMaxRowLength()
public String getFileName()
public void setFileName(String name)
name
- the path of the offending filepublic String getMessage()
getMessage
in class Throwable
Copyright © 2019 Actian Corporation. All rights reserved.