mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-28 15:32:40 -04:00
added javadoc
This commit is contained in:
parent
998bb9b3ac
commit
26ac2c5fb3
@ -1,9 +1,15 @@
|
|||||||
package de.neemann.digital.gui.remote;
|
package de.neemann.digital.gui.remote;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Exception thrown by the RemoteInterface
|
||||||
* Created by hneemann on 20.08.16.
|
* Created by hneemann on 20.08.16.
|
||||||
*/
|
*/
|
||||||
public class RemoteException extends Exception {
|
public class RemoteException extends Exception {
|
||||||
|
/**
|
||||||
|
* Create a new Exception
|
||||||
|
*
|
||||||
|
* @param message the message
|
||||||
|
*/
|
||||||
public RemoteException(String message) {
|
public RemoteException(String message) {
|
||||||
super(message);
|
super(message);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user