Package ghidra.util.exception
Class NotEmptyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ghidra.util.exception.UsrException
-
- ghidra.util.exception.NotEmptyException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotEmptyException extends UsrException
exception thrown whenever some container is expected to be empty and it isn't.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotEmptyException()
construct a new NotEmptyException with a default message.NotEmptyException(java.lang.String msg)
construct a new NotEmptyException with a given message.
-