|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.udo.cs.yale.operator.OperatorException
edu.udo.cs.yale.operator.UserError
edu.udo.cs.yale.operator.parameter.UndefinedParameterError
public class UndefinedParameterError
This exception will be thrown if a non-optional parameter has no default value and was not defined by the user.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
UndefinedParameterError(java.lang.String key)
Creates a new UndefinedParameterError. |
|
| Method Summary |
|---|
| Methods inherited from class edu.udo.cs.yale.operator.UserError |
|---|
getCode, getDetails, getErrorMessage, getErrorName, getHTMLMessage, getOperator, getResourceString, setOperator |
| 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 |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public UndefinedParameterError(java.lang.String key)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||