|
Gridarta Editor
|
Exception thrown if a map path cannot be converted. More...
Inheritance diagram for net.sf.gridarta.actions.InvalidPathNameException:
Collaboration diagram for net.sf.gridarta.actions.InvalidPathNameException:Public Member Functions | |
| InvalidPathNameException (@NotNull final File file, @NotNull final Throwable cause) | |
| Creates a new instance. More... | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| The serial version UID. More... | |
Exception thrown if a map path cannot be converted.
Definition at line 29 of file InvalidPathNameException.java.
| net.sf.gridarta.actions.InvalidPathNameException.InvalidPathNameException | ( | @NotNull final File | file, |
| @NotNull final Throwable | cause | ||
| ) |
Creates a new instance.
| file | the file that could not be converted |
| cause | the cause |
Definition at line 41 of file InvalidPathNameException.java.
|
staticprivate |
The serial version UID.
Definition at line 34 of file InvalidPathNameException.java.