org.jdesktop.dataset.io.schema
Class SchemaReaderException

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

public class SchemaReaderException
extends java.lang.Exception

Thrown when a DataSetSchemaReader cannot process a schema.

Author:
Patrick Wright
See Also:
Serialized Form

Constructor Summary
SchemaReaderException(java.lang.String msg)
          Exception with just a message.
SchemaReaderException(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

SchemaReaderException

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

Parameters:
msg - Describes the exception.

SchemaReaderException

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