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.
-
msg
-
-
BadValueForDelimiter(String, short)
-
-
getMessage()
-
msg
protected String msg
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.
getMessage
public String getMessage()
- Overrides:
- getMessage in class Throwable
All Packages Class Hierarchy This Package Previous Next Index