< prev index next >

src/java.xml.bind/share/classes/javax/xml/bind/TypeConstraintException.java

Print this page

        

*** 172,182 **** super.printStackTrace(s); } /** * Prints this TypeConstraintException and its stack trace (including the stack trace ! * of the linkedException if it is non-null) to <tt>System.err</tt>. * */ public void printStackTrace() { printStackTrace(System.err); } --- 172,182 ---- super.printStackTrace(s); } /** * Prints this TypeConstraintException and its stack trace (including the stack trace ! * of the linkedException if it is non-null) to {@code System.err}. * */ public void printStackTrace() { printStackTrace(System.err); }
< prev index next >