Package ghidra.util.database.err
Class NoDefaultCodecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ghidra.util.database.err.NoDefaultCodecException
- All Implemented Interfaces:
Serializable
Exception when a custom codec is required
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoDefaultCodecException(String message) NoDefaultCodecException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoDefaultCodecException
public NoDefaultCodecException() -
NoDefaultCodecException
-
NoDefaultCodecException
-