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:
  • Constructor Details

    • ParseException

      public ParseException(String message, String publicId, String systemId, int line, int col)
    • ParseException

      public ParseException(String message, StreamingParser parser)
    • ParseException

      public ParseException(String message, String publicId, String systemId)
    • ParseException

      public ParseException(String message)
  • Method Details