|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.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 exceptionpublic 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.
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |