com.maryanovsky.gwtutils.client
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.maryanovsky.gwtutils.client.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. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParseException
public ParseException(String message)
- Creates a new
ParseException with the specified message.