|
|||||||||
| 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
peersim.config.MissingParameterException
public class MissingParameterException
Exception thrown to indicate that a
configuration property is not defined. It is thrown exclusively by
Configuration, since it is the only class that has access to the
set of defined properties.
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Extends message with info from stack trace. |
java.lang.String |
getShortMessage()
Returns the exception message without stack trace information |
| Methods inherited from class java.lang.Throwable |
|---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getMessage()
Configuration and
adds relevant info from the stack trace about it to the message.
getMessage in class java.lang.Throwablepublic java.lang.String getShortMessage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||