Throw old DataExceptions in schematic related classes.
The schematic related classes are slated for deprecation at some point.
This commit is contained in:
@@ -24,4 +24,11 @@ package com.sk89q.worldedit.data;
|
||||
*/
|
||||
@Deprecated
|
||||
public class DataException extends com.sk89q.worldedit.world.DataException {
|
||||
|
||||
public DataException(String msg) {
|
||||
super(msg);
|
||||
}
|
||||
|
||||
public DataException() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user