org.apache.ws.commons.schema
Class XmlSchemaSerializer.XmlSchemaSerializerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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:
Serialized Form

Constructor Summary
XmlSchemaSerializer.XmlSchemaSerializerException(String msg)
          Standard constructor with a message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlSchemaSerializer.XmlSchemaSerializerException

public XmlSchemaSerializer.XmlSchemaSerializerException(String msg)
Standard constructor with a message.

Parameters:
msg - the message.


Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.