edu.washington.biostr.sig.brainj3d.data
Class BadDataFile

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.washington.biostr.sig.brainj3d.data.BadDataFile
All Implemented Interfaces:
Serializable

public class BadDataFile
extends Exception

Title:

Description:

Copyright: Copyright (c) 2003

Company:

An exception that is thrown when we encounter problems loading a data file.

Version:
1.0
Author:
not attributable
See Also:
Serialized Form

Constructor Summary
BadDataFile()
           
BadDataFile(Exception ex)
           
BadDataFile(String message)
           
BadDataFile(String message, Exception ex)
           
 
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

BadDataFile

public BadDataFile()

BadDataFile

public BadDataFile(String message)

BadDataFile

public BadDataFile(Exception ex)

BadDataFile

public BadDataFile(String message,
                   Exception ex)


Copyright © 2006 University of Washington. All Rights Reserved.