|
||||||||||
| 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.util.SchemaCreationException
public class SchemaCreationException
Thrown when an exception occurs creating a DataSet from a given schema.
| Constructor Summary | |
|---|---|
SchemaCreationException(java.lang.String msg)
Exception with just a message. |
|
SchemaCreationException(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 SchemaCreationException(java.lang.String msg)
msg - Describes the exception.
public SchemaCreationException(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 | |||||||||