org.apache.aries.jpa.container.parsing
Class PersistenceDescriptorParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
PersistenceDescriptorParserException(String string)
          Construct a PersistenceDescriptorException
PersistenceDescriptorParserException(String string, 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

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.