public class OutputLimitationException extends WindwardException
Modifier and Type | Field and Description |
---|---|
static int |
END_IF_TAG_POSITION
End-if tag needs to be in same cell as If-Tag
|
static int |
EXCEL_CELL_LIMIT
An Excel cell is limited to 32,767 characters.
|
static int |
EXCEL_ILLEGAL_FORMULA
Tried to set an invalid formula
|
static int |
OFFICE_ERROR
Using Office to create the PDF, Office hit an issue.
|
static int |
OTHER_ERROR |
static int |
UNKNOWN_FONT |
static int |
UNKNOWN_REPORT_TYPE |
static int |
WORD_MORE_THAN_63_COLUMNS
Word tables are limited to 63 columns
|
static int |
WORD_NESTED_TEXTBOX |
Constructor and Description |
---|
OutputLimitationException(int errorCode)
Constructs a new exception with
null as its detail message. |
OutputLimitationException(int errorCode,
java.lang.String message)
Constructs a new exception with the specified detail message.
|
OutputLimitationException(int errorCode,
java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and
cause.
|
getDocPos, getFullTag, setDocPos, setFullTag
public static final int EXCEL_CELL_LIMIT
public static final int EXCEL_ILLEGAL_FORMULA
public static final int UNKNOWN_REPORT_TYPE
public static final int UNKNOWN_FONT
public static final int WORD_NESTED_TEXTBOX
public static final int WORD_MORE_THAN_63_COLUMNS
public static final int OFFICE_ERROR
public static final int OTHER_ERROR
public static final int END_IF_TAG_POSITION
public OutputLimitationException(int errorCode)
null
as its detail message.
The cause is not initialized, and may subsequently be initialized by a
call to Throwable.initCause(java.lang.Throwable)
.errorCode
- The specific error (see final ints above).public OutputLimitationException(int errorCode, java.lang.String message, java.lang.Throwable cause)
Note that the detail message associated with
cause
is not automatically incorporated in
this exception's detail message.
message
- the detail message.cause
- the cause.errorCode
- The specific error (see final ints above).public OutputLimitationException(int errorCode, java.lang.String message)
Throwable.initCause(java.lang.Throwable)
.message
- the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
method.errorCode
- The specific error (see final ints above).Copyright © 2017 Windward Reports - All Rights Reserved. We are java reporting software