com.sun.tools.ws.wsdl.framework
Class ParseException

java.lang.Object
  extended by JAXWSExceptionBase
      extended by com.sun.tools.ws.wsdl.framework.ParseException

public class ParseException
extends JAXWSExceptionBase

An exception signalling a parsing error.


Constructor Summary
ParseException(Localizable message)
           
ParseException(String key, Object... args)
           
 
Method Summary
 String getDefaultResourceBundleName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException(String key,
                      Object... args)

ParseException

public ParseException(Localizable message)
Method Detail

getDefaultResourceBundleName

public String getDefaultResourceBundleName()


Copyright (c) 1997-2011 Oracle and/or its affiliates. All rights reserved.