OpMath

com.opmath.util.http
Class MultiFormException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.opmath.util.http.MultiFormException
All Implemented Interfaces:
Serializable

public class MultiFormException
extends Exception

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.

Since:
J2SE 1.3
Version:
HTTP v2.0
Author:
Bruno Beloff bruno.beloff@opmath.com
See Also:
MultiForm, Serialized Form

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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiFormException

public MultiFormException()
Constructs a 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.

Since:
J2SE 1.3

MultiFormException

public MultiFormException(String s)
Constructs a MultiFormException instance with a descriptive string.

Parameters:
s - the String describing the cause and location of the exception.
Since:
J2SE 1.3

OpMath

Submit a bug or feature to Open Math
Copyright © 2002 Open Math Company Limited, Brighton, UK