org.grinvin.workspace
Class WorkspaceException
Exception
org.grinvin.workspace.WorkspaceException
public class WorkspaceException
extends Exception
Indicates that something went wrong while loading or saving a workspace
WorkspaceException(String message, File directory) - Construct an exception of this type
|
WorkspaceException(String message, File directory, Throwable cause) - Construct an exception of this type
|
File | getDirectory() - The workspace directory for which the exception occurred.
|
WorkspaceException
public WorkspaceException(String message,
File directory)
Construct an exception of this type
message
- Error messagedirectory
- Workspace directory for which an operation went wrong
WorkspaceException
public WorkspaceException(String message,
File directory,
Throwable cause)
Construct an exception of this type
message
- Error messagedirectory
- Workspace directory for which an operation went wrongcause
- Underlying cause
getDirectory
public File getDirectory()
The workspace directory for which the exception occurred.