public class AnalysisException
extends java.lang.RuntimeException
| Red (ssb) |
| Red (shahrooz) |
| Constructor and Description |
|---|
AnalysisException()
The default constructor without arguments.
|
AnalysisException(java.lang.String message)
Constructor with a text description as argument.
|
AnalysisException(java.lang.String message,
java.lang.Throwable cause)
Constructor with a text description and cause as argument.
|
public AnalysisException()
public AnalysisException(java.lang.String message)
message - The text description of the exception.public AnalysisException(java.lang.String message,
java.lang.Throwable cause)
message - The text description of the exception.cause - The exception that caused this exception.