public class IzPackException extends RuntimeException
| Constructor and Description |
|---|
IzPackException(String message) |
IzPackException(String message,
Prompt.Type promptType) |
IzPackException(String message,
Throwable cause) |
IzPackException(String message,
Throwable cause,
Prompt.Type promptType) |
IzPackException(Throwable cause) |
IzPackException(Throwable cause,
Prompt.Type promptType) |
| Modifier and Type | Method and Description |
|---|---|
Prompt.Type |
getPromptType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IzPackException(String message)
public IzPackException(Throwable cause)
public IzPackException(String message, Prompt.Type promptType)
public IzPackException(Throwable cause, Prompt.Type promptType)
public IzPackException(String message, Throwable cause, Prompt.Type promptType)
public Prompt.Type getPromptType()
Copyright © 2001–2025. All rights reserved.