All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bamboo.pipe.BPParseException

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

public class BPParseException
extends Exception
Configuration file format error.


Constructor Index

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

Constructors

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

 o BPParseException
 public BPParseException(String s)
Constructs a BPParseException 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