Package com.sun.xml.rpc.sp
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.xml.rpc.sp.ParseException
-
- All Implemented Interfaces:
Serializable
public class ParseException extends Exception
- Author:
- JAX-RPC RI Development Team
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException(String message)ParseException(String message, StreamingParser parser)ParseException(String message, String publicId, String systemId)ParseException(String message, String publicId, String systemId, int line, int col)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-