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
           
 
Constructor Summary
BadValueForDelimiter(java.lang.String val, short delim)
           
 
Method Summary
 java.lang.String getMessage()
           
 
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
 

Field Detail

msg

protected java.lang.String msg
Constructor Detail

BadValueForDelimiter

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

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable