EDU.bmrb.starlibj
Class BadValueForDelimiter
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--EDU.bmrb.starlibj.BadValueForDelimiter
- All Implemented Interfaces:
- java.io.Serializable
- public class BadValueForDelimiter
- extends java.lang.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.
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
msg
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
msg
protected java.lang.String msg
BadValueForDelimiter
public BadValueForDelimiter(java.lang.String val,
short delim)
- Parameters:
val
- The string value that violated the syntaxdelim
- integer for the type of value that was being
attempted.
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable