|
OpMath | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.opmath.util.http.MultiFormException
Thrown when an attempt to access a MultiForm element is made, but
cannot be completed.
This exception is used throughout the MultiForm class (note that methods belonging to the
MultiForm class generate only MultiFormExceptions).
Copyright: (c) 2002 The Open Math Company Limited
The Terms of Distribution of this software are stipulated in the javadoc Overview for this project.
MultiForm,
Serialized Form| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
MultiFormException()
Constructs a MultiFormException instance with no descriptine string. |
|
MultiFormException(String s)
Constructs a MultiFormException instance with a descriptive string. |
|
| 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 MultiFormException()
MultiFormException instance with no descriptine string. This method should
not normally be used - a description of the cause of the exception should normally be provided.
public MultiFormException(String s)
MultiFormException instance with a descriptive string.
s - the String describing the cause and location of the exception.
|
OpMath | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||