JBoss port of sunxacml 2.0.5-redhat-1

org.jboss.security.xacml.sunxacml
Class ParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.security.xacml.sunxacml.ParsingException
All Implemented Interfaces:
Serializable

public class ParsingException
extends Exception

Exception that gets thrown if any general parsing error occurs.

Since:
1.0
Author:
Seth Proctor
See Also:
Serialized Form

Constructor Summary
ParsingException()
          Constructs a new ParsingException with no message or cause.
ParsingException(String message)
          Constructs a new ParsingException with a message, but no cause.
ParsingException(String message, Throwable cause)
          Constructs a new ParsingException with a message and a cause.
ParsingException(Throwable cause)
          Constructs a new ParsingException with a cause, but no message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParsingException

public ParsingException()
Constructs a new ParsingException with no message or cause.


ParsingException

public ParsingException(String message)
Constructs a new ParsingException with a message, but no cause. The message is saved for later retrieval by the Throwable.getMessage() method.

Parameters:
message - the detail message (null if nonexistent or unknown)

ParsingException

public ParsingException(Throwable cause)
Constructs a new ParsingException with a cause, but no message. The cause is saved for later retrieval by the Throwable.getCause() method.

Parameters:
cause - the cause (null if nonexistent or unknown)

ParsingException

public ParsingException(String message,
                        Throwable cause)
Constructs a new ParsingException with a message and a cause. The message and cause are saved for later retrieval by the Throwable.getMessage() and Throwable.getCause() methods.

Parameters:
message - the detail message (null if nonexistent or unknown)
cause - the cause (null if nonexistent or unknown)

JBoss port of sunxacml 2.0.5-redhat-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.