|
||||||||||
| 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.InterpolationException
public class InterpolationException
Title: LocationErrorException
Description: This exception is thrown when user does not provide correct inputs for the Interpolation.
| Constructor Summary | |
|---|---|
InterpolationException()
Constructs a new InterpolationException with null as its detail message. |
|
InterpolationException(String errMsg)
Constructor with String as the error message Constructs a new InterpolationException 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 InterpolationException()
public InterpolationException(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 | |||||||||