|
|||||||||
Home >> All >> org >> bdgp >> apps >> dagedit >> [ dataadapter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.bdgp.apps.dagedit.dataadapter
Class CompoundGOFlatFileParseException

java.lang.ObjectDataAdapterException
org.bdgp.apps.dagedit.dataadapter.GOFlatFileParseException
org.bdgp.apps.dagedit.dataadapter.CompoundGOFlatFileParseException
- public class CompoundGOFlatFileParseException
- extends GOFlatFileParseException
Field Summary | |
protected boolean |
empty
|
(package private) java.util.Vector |
exceptions
|
protected boolean |
hideDownstream
|
protected static int |
MAX_ERRORS
|
protected java.lang.String |
message
|
Fields inherited from class org.bdgp.apps.dagedit.dataadapter.GOFlatFileParseException |
colNumber, filename, line, lineNumber |
Constructor Summary | |
CompoundGOFlatFileParseException()
|
|
CompoundGOFlatFileParseException(boolean hideDownstream)
|
Method Summary | |
void |
addException(GOFlatFileParseException e)
|
java.lang.String |
getMessage()
|
boolean |
isEmpty()
|
boolean |
isFull()
|
java.lang.String |
toString()
Convert this Object to a human-readable String. |
Methods inherited from class org.bdgp.apps.dagedit.dataadapter.GOFlatFileParseException |
getColNumber, getFilename, getLine, getLineNumber |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
MAX_ERRORS
protected static final int MAX_ERRORS
- See Also:
- Constant Field Values
exceptions
java.util.Vector exceptions
empty
protected boolean empty
hideDownstream
protected boolean hideDownstream
message
protected java.lang.String message
Constructor Detail |
CompoundGOFlatFileParseException
public CompoundGOFlatFileParseException(boolean hideDownstream)
CompoundGOFlatFileParseException
public CompoundGOFlatFileParseException()
Method Detail |
isEmpty
public boolean isEmpty()
isFull
public boolean isFull()
addException
public void addException(GOFlatFileParseException e) throws GOFlatFileParseException
getMessage
public java.lang.String getMessage()
toString
public java.lang.String toString()
- Description copied from class:
java.lang.Object
- Convert this Object to a human-readable String.
There are no limits placed on how long this String
should be or what it should contain. We suggest you
make it as intuitive as possible to be able to place
it into System.out.println() 55
and such.
It is typical, but not required, to ensure that this method never completes abruptly with a java.lang.RuntimeException.
This method will be called when performing string concatenation with this object. If the result is
null
, string concatenation will instead use"null"
.The default implementation returns
getClass().getName() + "@" + Integer.toHexString(hashCode())
.- Overrides:
toString
in classGOFlatFileParseException
|
|||||||||
Home >> All >> org >> bdgp >> apps >> dagedit >> [ dataadapter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |