public class YedProcessException
extends java.io.IOException
YedUtils class.| Modifier and Type | Field and Description |
|---|---|
static short |
EXE_FILE_INVALID
The type for exceptions thrown if the executable file is invalid (ie is not a file).
|
static short |
EXE_FILE_NOT_EXIST
The type for exceptions thrown if the executable file does not exist.
|
static short |
INSTALL_DIRECTORY_INVALID
The type for exceptions thrown if the install directory is invalid (ie is a file).
|
static short |
INSTALL_DIRECTORY_NOT_EXIST
The type for exceptions thrown if the install directory does not exist.
|
static short |
PROCESS_EXCEPTION
The type for exceptions thrown when trying to start the process.
|
static short |
SERIALIZATION_EXCEPTION
The type for exceptions thrown if the serialization of the diagram fail.
|
| Constructor and Description |
|---|
YedProcessException(java.lang.String message,
short type)
Constructor.
|
YedProcessException(java.lang.String message,
java.lang.Throwable cause,
short type)
Constructor.
|
YedProcessException(java.lang.Throwable cause,
short type)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
short |
getType()
Return the yEd process exception type.
|
public static short INSTALL_DIRECTORY_NOT_EXIST
public static short INSTALL_DIRECTORY_INVALID
public static short EXE_FILE_NOT_EXIST
public static short EXE_FILE_INVALID
public static short SERIALIZATION_EXCEPTION
public static short PROCESS_EXCEPTION
public YedProcessException(java.lang.String message,
short type)
message - the exception messagetype - the type of yEd process exceptionpublic YedProcessException(java.lang.Throwable cause,
short type)
cause - the causetype - the type of yEd process exceptionpublic YedProcessException(java.lang.String message,
java.lang.Throwable cause,
short type)
message - the exception messagecause - the causetype - the type of yEd process exceptionCopyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence