|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.web3d.vrml.parser.FactoryConfigurationError
public class FactoryConfigurationError
An error thrown when a ParserFactory fails to instantiate.
A factory will normally fail to instantiate when it cannot find the class that generates node instances or that the property was not defined.
| Constructor Summary | |
|---|---|
FactoryConfigurationError()
Create an empty error with no message or wrapped exception. |
|
FactoryConfigurationError(java.lang.Exception e)
Create an error that wraps the given exception but contains no message. |
|
FactoryConfigurationError(java.lang.Exception e,
java.lang.String msg)
Create an error that has a message and wrapped exception. |
|
FactoryConfigurationError(java.lang.String msg)
Create an error that has a message but no wrapped exception |
|
| Method Summary | |
|---|---|
java.lang.Exception |
getException()
Get the wrapped exception for this error. |
boolean |
hasException()
Convenience method to see if this has a wrapped exception. |
| 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 FactoryConfigurationError()
public FactoryConfigurationError(java.lang.Exception e)
e - The exception to includepublic FactoryConfigurationError(java.lang.String msg)
msg - The message to include with the error
public FactoryConfigurationError(java.lang.Exception e,
java.lang.String msg)
e - The exception to includemsg - The message to include with the error| Method Detail |
|---|
public boolean hasException()
public java.lang.Exception getException()
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||