Switching away from checked exceptions.
Dieser Commit ist enthalten in:
Ursprung
03ad9be078
Commit
beb4bba7fa
@ -22,7 +22,7 @@ package com.comphenix.protocol.reflect;
|
||||
*
|
||||
* @author Kristian
|
||||
*/
|
||||
public class FieldAccessException extends Exception {
|
||||
public class FieldAccessException extends RuntimeException {
|
||||
|
||||
/**
|
||||
* Generated by Eclipse.
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren