|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opensha.nshmp.exceptions.AnalysisOptionNotSupportedException
public class AnalysisOptionNotSupportedException
Title: AnalysisOptionNotSupportedException
Description: This exception is thrown when user provide incorrect Analysis Option.
| Constructor Summary | |
|---|---|
AnalysisOptionNotSupportedException()
Constructs a new AnalysisOptionNotSupportedException with null as its detail message. |
|
AnalysisOptionNotSupportedException(String errMsg)
Constructor with String as the error message Constructs a new AnalysisOptionNotSupportedException with the specified detail message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AnalysisOptionNotSupportedException()
public AnalysisOptionNotSupportedException(String errMsg)
errMsg - : customized error message describing the error, what caused it
and what can user do to avoid it.The detail message is saved for later
retrieval by the Throwable.getMessage() method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||