org.openbp.common.io.xml
Class XMLDriverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openbp.common.io.xml.XMLDriverException
All Implemented Interfaces:
java.io.Serializable

public class XMLDriverException
extends java.lang.RuntimeException

Exception that indicates that an error occurred in the persistence framework. This exception usually wraps another exception that describes the failure in detail.

Author:
Heiko Erhardt
See Also:
Serialized Form

Constructor Summary
XMLDriverException(java.lang.String msg)
          Constructor.
XMLDriverException(java.lang.String msg, java.lang.Throwable t)
          Constructor.
XMLDriverException(java.lang.Throwable t)
          Constructor.
 
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

XMLDriverException

public XMLDriverException(java.lang.String msg)
Constructor.

Parameters:
msg - Exception message

XMLDriverException

public XMLDriverException(java.lang.Throwable t)
Constructor.

Parameters:
t - Nested exception

XMLDriverException

public XMLDriverException(java.lang.String msg,
                          java.lang.Throwable t)
Constructor.

Parameters:
msg - Exception message
t - Nested exception


Copyright © 2011. All Rights Reserved.