| 
SunTM's XACML Implementation for JavaTM | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.xacml.ParsingException
Exception that gets thrown if any general parsing error occurs.
| 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. | 
|
| 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 | 
public ParsingException()
ParsingException with no message
 or cause.
public ParsingException(String message)
ParsingException with a message,
 but no cause. The message is saved for later retrieval by the
 Throwable.getMessage()
 method.
message - the detail message (null if nonexistent
                or unknown)public ParsingException(Throwable cause)
ParsingException with a cause,
 but no message. The cause is saved for later retrieval by the
 Throwable.getCause()
 method.
cause - the cause (null if nonexistent
              or unknown)
public ParsingException(String message,
                        Throwable cause)
ParsingException with a message
 and a cause. The message and cause are saved for later retrieval
 by the
 Throwable.getMessage() and
 Throwable.getCause()
 methods.
message - the detail message (null if nonexistent
                or unknown)cause - the cause (null if nonexistent
              or unknown)
  | 
Sun's XACML Implementation Version 1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Sun, Sun Microsystems, the Sun Logo, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.