public class FormatException extends RuntimeException
Title: NavigoProject.org
Description: OKI based implementation
Copyright: Copyright 2003 Trustees of Indiana University
Company:
| Constructor and Description |
|---|
FormatException(String message)
Creates a new FormatException object.
|
FormatException(String message,
Throwable cause)
Creates a new FormatException object.
|
FormatException(Throwable cause)
Creates a new FormatException object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FormatException(String message)
message - DOCUMENTATION PENDINGpublic FormatException(String message, Throwable cause)
message - DOCUMENTATION PENDINGcause - DOCUMENTATION PENDINGpublic FormatException(Throwable cause)
cause - DOCUMENTATION PENDINGCopyright © 2003–2020 Sakai Project. All rights reserved.