|
|||||||||
| 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(java.lang.Exception e)
Construct an exception with a nested inner exception |
|
FactoryConfigurationError(java.lang.Exception e,
java.lang.String msg)
Construct an exception with a nested inner exception and a message |
|
FactoryConfigurationError(java.lang.String msg)
Construct an exception with associated message |
|
FactoryConfigurationError(java.lang.String msg,
java.lang.Exception e)
Construct an exception with a nested inner exception and a message |
|
| Method Summary | |
|---|---|
java.lang.Exception |
getException()
Return the nested exception (if any) |
java.lang.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(java.lang.Exception e)
e - the exception to nest
public FactoryConfigurationError(java.lang.Exception e,
java.lang.String msg)
e - the exception to nestmsg - the message to report
public FactoryConfigurationError(java.lang.String msg,
java.lang.Exception e)
msg - the message to reporte - the exception to nestpublic FactoryConfigurationError(java.lang.String msg)
e - the exception to nestmsg - the message to report| Method Detail |
|---|
public java.lang.Exception getException()
public java.lang.String getMessage()
getMessage in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2009, 2010, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 4-June-2010 04:34