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.
-
BPDataException()
- Constructs a BPDataException with no detail message.
-
BPDataException(String)
- Constructs a BPDataException with the specified detail message.
BPDataException
public BPDataException()
- Constructs a BPDataException with no detail message.
A detail message is a String that describes this particular exception.
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