public class RegistryException extends RuntimeException
This exception class is designed to notify the user for when an error has occurred while reading or writing registry values.
Constructor and Description |
---|
RegistryException(String msg)
Constructs a new exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RegistryException(String msg)
msg
- The error message to display to the user.Copyright © 2011, Yinon Michaeli. All rights reserved.