org.jdesktop.dataset.io.schema
Class SchemaWriterException

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

public class SchemaWriterException
extends java.lang.Exception

Thrown when a DataSetSchemaReader cannot write a DataSet schema.

Author:
Patrick Wright
See Also:
Serialized Form

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

SchemaWriterException

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

Parameters:
msg - Describes the exception.

SchemaWriterException

public SchemaWriterException(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.