All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bamboo.pipe.BPDataException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----bamboo.pipe.BPDataException

public class BPDataException
extends Exception
General data errors.


Constructor Index

 o BPDataException()
Constructs a BPDataException with no detail message.
 o BPDataException(String)
Constructs a BPDataException with the specified detail message.

Constructors

 o BPDataException
 public BPDataException()
Constructs a BPDataException with no detail message. A detail message is a String that describes this particular exception.

 o BPDataException
 public BPDataException(String s)
Constructs a BPDataException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
s - the detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index