Home
last modified time | relevance | path

Searched refs:ExceptionInfo (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java132 private static class ExceptionInfo { class in ObjectStreamClass
136 ExceptionInfo(String cn, String msg) { in ExceptionInfo() method in ObjectStreamClass.ExceptionInfo
154 private ExceptionInfo deserializeEx;
156 private ExceptionInfo serializeEx;
158 private ExceptionInfo defaultSerializeEx;
475 new ExceptionInfo(e.classname, e.getMessage()); in ObjectStreamClass()
514 deserializeEx = new ExceptionInfo(name, "enum type"); in ObjectStreamClass()
516 deserializeEx = new ExceptionInfo(name, "no valid constructor"); in ObjectStreamClass()
521 defaultSerializeEx = new ExceptionInfo( in ObjectStreamClass()
631 deserializeEx = new ExceptionInfo( in initNonProxy()