|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jdesktop.dataset.io.schema.SchemaWriterException
public class SchemaWriterException
Thrown when a DataSetSchemaReader cannot write a DataSet schema.
| Constructor Summary | |
|---|---|
SchemaWriterException(java.lang.String msg)
Exception with just a message. |
|
SchemaWriterException(java.lang.String msg,
java.lang.Throwable cause)
Exception with message and cause. |
|
| 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 |
|---|
public SchemaWriterException(java.lang.String msg)
msg - Describes the exception.
public SchemaWriterException(java.lang.String msg,
java.lang.Throwable cause)
msg - Describes the exception.cause - A Throwable that caused this exception to be thrown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||