mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 04:50:46 +00:00
More documentation.
This commit is contained in:
@@ -17,11 +17,15 @@
|
||||
package com.jpexs.decompiler.graph;
|
||||
|
||||
/**
|
||||
*
|
||||
* Exception thrown when there is a problem with translating the graph.
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class TranslateException extends RuntimeException {
|
||||
|
||||
/**
|
||||
* Constructs new TranslateException with the specified detail message.
|
||||
* @param s The detail message.
|
||||
*/
|
||||
public TranslateException(String s) {
|
||||
super(s);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user