Class ParseFailedException

All Implemented Interfaces:
Serializable

public class ParseFailedException extends RuntimeException
This class is a generic unchecked exception raised during parsing. Checked exceptions, for example, java.io.FileNotFoundException, are also wrapped by this exception.
Author:
Yoko Harada <[email protected]>
See Also:
  • Constructor Details

    • ParseFailedException

      public ParseFailedException(Throwable cause)
    • ParseFailedException

      public ParseFailedException(String message, Throwable cause)