|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.aries.jpa.container.parsing.PersistenceDescriptorParserException
public class PersistenceDescriptorParserException
This Exception will be thrown when there was an error parsing a PersistenceDescriptor It will use the standard chaining mechanism to wrap the Exception thrown by the parser.
| Constructor Summary | |
|---|---|
PersistenceDescriptorParserException(java.lang.String string)
Construct a PersistenceDescriptorException |
|
PersistenceDescriptorParserException(java.lang.String string,
java.lang.Exception e)
Construct a PersistenceDescriptorException |
|
| 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 PersistenceDescriptorParserException(java.lang.String string,
java.lang.Exception e)
string - e - the exception to wrappublic PersistenceDescriptorParserException(java.lang.String string)
string -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||