org.picketlink.identity.federation.core.exceptions
Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
org.picketlink.identity.federation.core.exceptions.ParsingException
- All Implemented Interfaces:
- Serializable
public class ParsingException
- extends GeneralSecurityException
General Exception indicating parsing exception
- Since:
- May 22, 2009
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
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)
getLocation
public Location getLocation()
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.