org.apache.aries.jpa.container.parsing
Class PersistenceDescriptorParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.aries.jpa.container.parsing.PersistenceDescriptorParserException
- All Implemented Interfaces:
- Serializable
public class PersistenceDescriptorParserException
- extends Exception
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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PersistenceDescriptorParserException
public PersistenceDescriptorParserException(String string,
Exception e)
- Construct a PersistenceDescriptorException
- Parameters:
string
- e
- the exception to wrap
PersistenceDescriptorParserException
public PersistenceDescriptorParserException(String string)
- Construct a PersistenceDescriptorException
- Parameters:
string
-
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.