com.collabnet.core.xml
Class SchemaGenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.collabnet.core.xml.SchemaGenerationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UndefinedSchemaNamespace

public class SchemaGenerationException
extends java.lang.Exception

Exception thrown by the schema generation framework.

Author:
sszego
See Also:
Serialized Form

Constructor Summary
SchemaGenerationException(java.lang.String msg)
           
SchemaGenerationException(java.lang.Throwable e)
          Exception class representing problems with schema generation.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaGenerationException

public SchemaGenerationException(java.lang.Throwable e)
Exception class representing problems with schema generation.

Parameters:
e - the underlying cause.

SchemaGenerationException

public SchemaGenerationException(java.lang.String msg)
Parameters:
msg -