Class ParsingException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.security.GeneralSecurityException
- 
- org.keycloak.saml.common.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
 
- 
- 
Constructor SummaryConstructors Constructor Description ParsingException()ParsingException(String message)ParsingException(String message, Throwable cause)ParsingException(Throwable cause)ParsingException(XMLStreamException xmle)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LocationgetLocation()StringtoString()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
- 
 
- 
- 
- 
Constructor Detail- 
ParsingExceptionpublic ParsingException() 
 - 
ParsingExceptionpublic ParsingException(String message) 
 - 
ParsingExceptionpublic ParsingException(Throwable cause) 
 - 
ParsingExceptionpublic ParsingException(XMLStreamException xmle) 
 
- 
 
-