public class InvalidImportException extends WindwardException
Modifier and Type | Field and Description |
---|---|
static int |
PDF_IMPORT |
Constructor and Description |
---|
InvalidImportException(int type)
Constructs a new exception with the specified detail message.
|
InvalidImportException(int type,
java.lang.String message)
Constructs a new exception with the specified detail message.
|
InvalidImportException(int type,
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 PDF_IMPORT
public InvalidImportException(int type)
type
- The type of invalid importpublic InvalidImportException(int type, 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.type
- The specific invalid import type (see final ints above).public InvalidImportException(int type, java.lang.String message, java.lang.Throwable cause)
message
- the detail message (which is saved for later retrieval by the Throwable.getMessage() method).cause
- cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null
value is permitted, and indicates that the cause is nonexistent or unknown.)Copyright © 2002-2023 Windward Studios, LLC. - All Rights Reserved. We are Java document generation software