com.maryanovsky.gwtutils.client.text
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.maryanovsky.gwtutils.client.text.ParseException
All Implemented Interfaces:
Serializable

public class ParseException
extends Exception

The exception thrown when parsing fails.

Author:
Maryanovsky Alexander
See Also:
Serialized Form

Constructor Summary
ParseException(String message)
          Creates a new ParseException with the specified message.
ParseException(String message, Throwable cause)
          Creates a new ParseException with the specified message and cause exception.
ParseException(Throwable cause)
          Creates a new ParseException with the specified cause.
 
Method Summary
 
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

ParseException

public ParseException(String message)
Creates a new ParseException with the specified message.


ParseException

public ParseException(Throwable cause)
Creates a new ParseException with the specified cause.


ParseException

public ParseException(String message,
                      Throwable cause)
Creates a new ParseException with the specified message and cause exception.