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.


Constructor Index

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

Constructors

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

 o 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