cytoscape.generated.impl.runtime
Class Util
java.lang.Object
cytoscape.generated.impl.runtime.Util
public class Util
- extends Object
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
Constructor Summary |
Util()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Util
public Util()
handlePrintConversionException
public static void handlePrintConversionException(Object caller,
Exception e,
XMLSerializer serializer)
throws SAXException
- Reports a print conversion error while marshalling.
- Throws:
SAXException
handleTypeMismatchError
public static void handleTypeMismatchError(XMLSerializer serializer,
Object parentObject,
String fieldName,
Object childObject)
throws com.sun.xml.bind.serializer.AbortSerializationException
- Reports that the type of an object in a property is unexpected.
- Throws:
com.sun.xml.bind.serializer.AbortSerializationException