public class CheckedAnalysisException extends Exception
| Constructor and Description |
|---|
CheckedAnalysisException()
Constructor.
|
CheckedAnalysisException(CheckedAnalysisException e) |
CheckedAnalysisException(String msg)
Constructor.
|
CheckedAnalysisException(String msg,
Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CheckedAnalysisException()
public CheckedAnalysisException(CheckedAnalysisException e)
public CheckedAnalysisException(String msg)
msg - messageCopyright © 2003–2015. All rights reserved.