Class XmlSchemaSerializer.XmlSchemaSerializerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.ws.commons.schema.XmlSchemaSerializer.XmlSchemaSerializerException
All Implemented Interfaces:
Serializable
Enclosing class:
XmlSchemaSerializer

public static class XmlSchemaSerializer.XmlSchemaSerializerException extends Exception
Exception class used for serialization problems.
See Also:
  • Field Details

  • Constructor Details

    • XmlSchemaSerializerException

      public XmlSchemaSerializerException(String msg)
      Standard constructor with a message.
      Parameters:
      msg - the message.