|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opensha.commons.exceptions.XY_DataSetException
public class XY_DataSetException
Title: DiscretizedFuncException
Description: Exception thrown when Discretized Function errors occur
Note: These exception subclasses add no new functionality. It's really the class name that is the important information. The name indicates what type of error it is and helps to pinpoint where the error could have occured in the code. It it much easier to see different exception types than have one catchall RuntimeException type.
| Constructor Summary | |
|---|---|
XY_DataSetException()
No-arg constructor |
|
XY_DataSetException(String string)
Constructor that specifies an error 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 XY_DataSetException()
public XY_DataSetException(String string)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||