public class EncodingException extends RuntimeException
| Constructor and Description |
|---|
EncodingException(String message)
Creates a new instance with the given error message.
|
EncodingException(String message,
Throwable cause)
Creates a new instance with the given error message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EncodingException(String message)
message - Error message.Copyright © 2003-2024 Virginia Tech. All Rights Reserved.