Class ModelerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.xml.ws.WebServiceException
com.sun.xml.ws.util.exception.JAXWSExceptionBase
com.sun.tools.ws.processor.ProcessorException
com.sun.tools.ws.processor.modeler.ModelerException
All Implemented Interfaces:
com.sun.istack.localization.Localizable, com.sun.istack.localization.LocalizableMessageFactory.ResourceBundleSupplier, Serializable

public class ModelerException extends ProcessorException
ModelerException represents an exception that occurred while visiting service model.
Author:
WS Development Team
See Also:
  • Constructor Details

    • ModelerException

      public ModelerException(String key)
    • ModelerException

      public ModelerException(String key, Object... args)
    • ModelerException

      public ModelerException(Throwable throwable)
    • ModelerException

      public ModelerException(com.sun.istack.localization.Localizable arg)
  • Method Details