ajax.type
Class AjaxTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ajax.common.AjaxException
                    |
                    +--ajax.type.AjaxTypeException
All Implemented Interfaces:
java.io.Serializable

public class AjaxTypeException
extends AjaxException

The Ajax type exception occurs when duplicated named fields are added - change this text!!!

See Also:
Serialized Form

Constructor Summary
AjaxTypeException()
          Constructs an AjaxTypeException with no detail message.
AjaxTypeException(java.lang.String s)
          Constructs an AjaxTypeException with a detail message.
 
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

AjaxTypeException

public AjaxTypeException()
Constructs an AjaxTypeException with no detail message. A detail message is a String that describes this particular exception.

AjaxTypeException

public AjaxTypeException(java.lang.String s)
Constructs an AjaxTypeException with a detail message. A detail message is a String that describes this particular exception.
Parameters:
s - the String that contains a detailed message