Stellent
HowToComponents
JavaDoc

intradoc.common
Class ParseStringException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.text.ParseException
                    |
                    +--intradoc.common.ParseStringException
All Implemented Interfaces:
java.io.Serializable

public class ParseStringException
extends java.text.ParseException

Reports errors when parsing strings for numbers and dates. We extend ParseException because it breaks too much existing code to do otherwise (someday the extension on ParseException should be removed).

See Also:
Serialized Form

Field Summary
 ParseStringLocation m_parseLocation
           
 
Constructor Summary
ParseStringException()
           
ParseStringException(ParseStringLocation parseLocation, java.lang.String msg)
           
ParseStringException(java.lang.String msg)
           
ParseStringException(java.lang.String msg, int index)
           
 
Methods inherited from class java.text.ParseException
getErrorOffset
 
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

m_parseLocation

public ParseStringLocation m_parseLocation
Constructor Detail

ParseStringException

public ParseStringException()

ParseStringException

public ParseStringException(java.lang.String msg)

ParseStringException

public ParseStringException(ParseStringLocation parseLocation,
                            java.lang.String msg)

ParseStringException

public ParseStringException(java.lang.String msg,
                            int index)


(c) 1996-2005  All rights reserved.  Stellent, Inc.