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