org.fest.swing.exception
Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fest.swing.exception.ParsingException
- All Implemented Interfaces:
- Serializable
public class ParsingException
- extends RuntimeException
Understands an exception thrown when an unexpected error occurs while parsing a file.
- Since:
- 1.2
- Author:
- Alex Ruiz
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParsingException
public ParsingException(String message)
- Creates a new
ParsingException
.
- Parameters:
message
- the detail message.
ParsingException
public ParsingException(String message,
Throwable cause)
- Creates a new
ParsingException
.
- Parameters:
message
- the detail message.cause
- the cause of the error.
Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.