PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.exceptions
Class ParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by 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

Constructor Summary
ParsingException()
           
ParsingException(String message)
           
ParsingException(String message, Throwable cause)
           
ParsingException(Throwable cause)
           
ParsingException(XMLStreamException xmle)
           
 
Method Summary
 Location getLocation()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 Detail

getLocation

public Location getLocation()

toString

public String toString()
Overrides:
toString in class Throwable

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.