2.17.2: 2011-06-17

net.sf.basedb.core
Class UnsupportedFileFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.basedb.core.BaseException
                  extended by net.sf.basedb.core.InvalidDataException
                      extended by net.sf.basedb.core.UnsupportedFileFormatException
All Implemented Interfaces:
Serializable

public class UnsupportedFileFormatException
extends InvalidDataException

Thrown when an import plug-in is forced to use a file that is not of the correct format.

Version:
2.9
Author:
Nicklas
See Also:
Serialized Form
Last modified
$Date: 2008-10-21 09:20:40 +0200 (Tue, 21 Oct 2008) $

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
UnsupportedFileFormatException()
          Create a new UnsupportedFileFormatException object.
UnsupportedFileFormatException(String message)
          Create a new UnsupportedFileFormatException object with the specified message.
UnsupportedFileFormatException(String message, Throwable cause)
          Create a new UnsupportedFileFormatException object with the specified message.
UnsupportedFileFormatException(Throwable cause)
          Create a new UnsupportedFileFormatException object.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

UnsupportedFileFormatException

public UnsupportedFileFormatException()
Create a new UnsupportedFileFormatException object.


UnsupportedFileFormatException

public UnsupportedFileFormatException(Throwable cause)
Create a new UnsupportedFileFormatException object.

Parameters:
cause - Throwable object that caused this exception.

UnsupportedFileFormatException

public UnsupportedFileFormatException(String message)
Create a new UnsupportedFileFormatException object with the specified message.

Parameters:
message - The message to throw with the exception

UnsupportedFileFormatException

public UnsupportedFileFormatException(String message,
                                      Throwable cause)
Create a new UnsupportedFileFormatException object with the specified message.

Parameters:
message - The message to throw with the exception
cause - Throwable object that caused this exception.

2.17.2: 2011-06-17