mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-24 03:25:29 +01:00
Switching away from checked exceptions.
This commit is contained in:
parent
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.
|
||||
|
Loading…
Reference in New Issue
Block a user