Package be.seeseemelk.mockbukkit
Class UnimplementedOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opentest4j.IncompleteExecutionException
org.opentest4j.TestAbortedException
be.seeseemelk.mockbukkit.UnimplementedOperationException
- All Implemented Interfaces:
Serializable
public class UnimplementedOperationException
extends org.opentest4j.TestAbortedException
Sometimes your code may use a method that is not yet implemented in MockBukkit. When this happens
MockBukkit
will, instead of returning placeholder values, throw an UnimplementedOperationException.
This is a TestAbortedException and causes your Test to be skipped instead of just failing.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnimplementedOperationException
public UnimplementedOperationException() -
UnimplementedOperationException
-