org.jdesktop.dataset.util
Class SchemaCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jdesktop.dataset.util.SchemaCreationException
All Implemented Interfaces:
java.io.Serializable

public class SchemaCreationException
extends java.lang.Exception

Thrown when an exception occurs creating a DataSet from a given schema.

Author:
Patrick Wright
See Also:
Serialized Form

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

SchemaCreationException

public SchemaCreationException(java.lang.String msg)
Exception with just a message.

Parameters:
msg - Describes the exception.

SchemaCreationException

public SchemaCreationException(java.lang.String msg,
                               java.lang.Throwable cause)
Exception with message and cause.

Parameters:
msg - Describes the exception.
cause - A Throwable that caused this exception to be thrown.


Copyright © 2005 Sun Microsystems All Rights Reserved.