mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 23:15:34 +00:00
Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes
This commit is contained in:
@@ -21,8 +21,9 @@ package com.jpexs.decompiler.flash;
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class ValueTooLargeException extends IllegalArgumentException {
|
||||
|
||||
private final String type;
|
||||
private final Object value;
|
||||
private final Object value;
|
||||
|
||||
public ValueTooLargeException(String type, Object value) {
|
||||
super("Value is too large for " + type + ": " + value);
|
||||
@@ -37,5 +38,5 @@ public class ValueTooLargeException extends IllegalArgumentException {
|
||||
public Object getValue() {
|
||||
return value;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user