java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.collabnet.core.xml.SchemaGenerationException
public class SchemaGenerationException
Exception thrown by the schema generation framework.
| 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 |
|---|
public SchemaGenerationException(java.lang.Throwable e)
e - the underlying cause.public SchemaGenerationException(java.lang.String msg)
msg -