All Packages Class Hierarchy This Package Previous Next Index
Class bamboo.pipe.BPValueException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----bamboo.pipe.BPValueException
- public class BPValueException
- extends Exception
Configuration file format error.
-
BPValueException()
- Constructs a BPValueException with no detail message.
-
BPValueException(String)
- Constructs a BPValueException with the specified detail message.
BPValueException
public BPValueException()
- Constructs a BPValueException with no detail message.
A detail message is a String that describes this particular exception.
BPValueException
public BPValueException(String s)
- Constructs a BPValueException 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