|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.basedb.core.BaseException
net.sf.basedb.core.InvalidDataException
net.sf.basedb.core.UnsupportedFileFormatException
public class UnsupportedFileFormatException
Thrown when an import plug-in is forced to use a file that is not of the correct format.
| 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 |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public UnsupportedFileFormatException()
UnsupportedFileFormatException object.
public UnsupportedFileFormatException(Throwable cause)
UnsupportedFileFormatException object.
cause - Throwable object that caused this exception.public UnsupportedFileFormatException(String message)
UnsupportedFileFormatException object with the
specified message.
message - The message to throw with the exception
public UnsupportedFileFormatException(String message,
Throwable cause)
UnsupportedFileFormatException object with the
specified message.
message - The message to throw with the exceptioncause - Throwable object that caused this exception.
|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||