org.enableit.db.darrt
Class DarHandlingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.enableit.db.DBException
                    |
                    +--org.enableit.db.darrt.SchemaHandlingException
                          |
                          +--org.enableit.db.darrt.DarHandlingException
All Implemented Interfaces:
java.io.Serializable

public class DarHandlingException
extends SchemaHandlingException

General exception for use by this library's classes when communicating exceptions.

Version:
v1.0
Author:
__AUTHOR__
See Also:
Serialized Form

Constructor Summary
DarHandlingException()
          Default constructor.
DarHandlingException(java.util.List errorSets)
          Constructor
DarHandlingException(java.lang.String msg)
          Constructor setting message only.
DarHandlingException(java.lang.String msg, java.lang.Throwable rootCause)
          Constructor setting message and cause.
 
Method Summary
 java.util.List getErrorSets()
           
 
Methods inherited from class org.enableit.db.darrt.SchemaHandlingException
getRootCause
 
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

DarHandlingException

public DarHandlingException()
Default constructor.


DarHandlingException

public DarHandlingException(java.lang.String msg)
Constructor setting message only.


DarHandlingException

public DarHandlingException(java.lang.String msg,
                            java.lang.Throwable rootCause)
Constructor setting message and cause.


DarHandlingException

public DarHandlingException(java.util.List errorSets)
Constructor

Method Detail

getErrorSets

public java.util.List getErrorSets()
Returns:


Copyright © 1999-2004 enableIT.org. All Rights Reserved.