|
||||||||||
| 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.WarningException
public final class WarningException
Title: WarningException
Description: Exception thrown when WarningListener set's a parameter value, to overide calling ParameterChangeEvent
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 | |
|---|---|
WarningException()
No-arg constructor |
|
WarningException(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 WarningException()
public WarningException(String string)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||