All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class EDU.bmrb.starlibj.BadValueForDelimiter

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----EDU.bmrb.starlibj.BadValueForDelimiter

public class BadValueForDelimiter
extends RuntimeException
The value string is not syntactically correct for the kind of delimiter in use, for example, a string with whitespace cannot be without quotes, or a string with multiple lines in it is only allowed as a semicolon-delimted string.


Variable Index

 o msg

Constructor Index

 o BadValueForDelimiter(String, short)

Method Index

 o getMessage()

Variables

 o msg
 protected String msg

Constructors

 o BadValueForDelimiter
 public BadValueForDelimiter(String val,
                             short delim)
Parameters:
val - The string value that violated the syntax
delim - integer for the type of value that was being attempted.

Methods

 o getMessage
 public String getMessage()
Overrides:
getMessage in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index