Class ParsingException

All Implemented Interfaces:
Serializable

public class ParsingException extends GeneralSecurityException
General Exception indicating parsing exception
Since:
May 22, 2009
Author:
[email protected]
See Also:
  • Constructor Details

    • ParsingException

      public ParsingException()
    • ParsingException

      public ParsingException(String message, Throwable cause)
    • ParsingException

      public ParsingException(String message)
    • ParsingException

      public ParsingException(Throwable cause)
    • ParsingException

      public ParsingException(XMLStreamException xmle)
  • Method Details