| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
javax.xml.stream.FactoryConfigurationError
public class FactoryConfigurationError
An error class for reporting factory configuration errors.
| Constructor Summary | |
|---|---|
| FactoryConfigurationError()Default constructor | |
| FactoryConfigurationError(Exception e)Construct an exception with a nested inner exception | |
| FactoryConfigurationError(Exception e,
                          String msg)Construct an exception with a nested inner exception and a message | |
| FactoryConfigurationError(String msg)Construct an exception with associated message | |
| FactoryConfigurationError(String msg,
                          Exception e)Construct an exception with a nested inner exception and a message | |
| Method Summary | |
|---|---|
|  Exception | getException()Return the nested exception (if any) | 
|  String | getMessage()Report the message associated with this error | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, 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 FactoryConfigurationError()
public FactoryConfigurationError(Exception e)
e - the exception to nest
public FactoryConfigurationError(Exception e,
                                 String msg)
e - the exception to nestmsg - the message to report
public FactoryConfigurationError(String msg,
                                 Exception e)
msg - the message to reporte - the exception to nestpublic FactoryConfigurationError(String msg)
msg - the message to report| Method Detail | 
|---|
public Exception getException()
public String getMessage()
getMessage in class Throwable| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.