com.waveset.exception
Class XmlParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.waveset.util.ExceptionWrapper
              extended bycom.waveset.util.WavesetException
                  extended bycom.waveset.util.XmlParseException
                      extended bycom.waveset.exception.XmlParseException
All Implemented Interfaces:
java.io.Serializable

Deprecated. - Use com.waveset.util.XmlParseException.

public class XmlParseException
extends XmlParseException

An exception thrown to indicate one or more validation errors encountered during form processing. This is used just to break out of the normal control flow. Details of the validation errors is normally left in the display.errors attribute of the view since we may encounter more than one.

Preserved for backward compatibility with legacy customizations.

See Also:
Serialized Form

Field Summary
static java.lang.String code_id
          Deprecated.  
 
Constructor Summary
XmlParseException(int line, int col, java.lang.String msg)
          Deprecated.  
 
Methods inherited from class com.waveset.util.XmlParseException
adjustLine, format, getAbbreviatedMessage, getColumn, getLine, setColumn, setLine
 
Methods inherited from class com.waveset.util.WavesetException
addMessage, addMessage, breakpoint, checkBreakpoint, enableBreakpoint, getLocalizedMessage, getLocalizedMessage, getMessage, getMessage, getMessage, getMessageObject, getMessageObject, getMessageOnly, getMessages
 
Methods inherited from class com.waveset.util.ExceptionWrapper
addException, clearExceptions, describeException, getAllMessages, getException, getException, getExceptionCount, hasException, printStackTrace, printStackTrace, printStackTrace, removeException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

XmlParseException

public XmlParseException(int line,
                         int col,
                         java.lang.String msg)
Deprecated.