|
||||||||||
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.bea.plateng.gpr.registry.RegistryParsingException
public class RegistryParsingException
This exception is thrown when the registry.xml file cannot be parsed for any reason.
Constructor Summary | |
---|---|
RegistryParsingException(java.lang.Exception e)
Constructs a |
|
RegistryParsingException(java.lang.String s)
Constructs a |
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 |
---|
public RegistryParsingException(java.lang.String s)
s
- A String
containing an error messagepublic RegistryParsingException(java.lang.Exception e)
e
- An Exception
containing the encapsulated exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |