|
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.InvalidRelationException
public class InvalidRelationException
Exceptions of this type are thrown when a
DataFileValidator
has detected that a related
file is invalid.
Field Summary | |
---|---|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
InvalidRelationException()
Create a new InvalidRelationException object. |
|
InvalidRelationException(String message)
Create a new InvalidRelationException object with the
specified message . |
|
InvalidRelationException(String message,
Throwable cause)
Create a new InvalidRelationException object with the
specified message . |
|
InvalidRelationException(Throwable cause)
Create a new InvalidRelationException 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 InvalidRelationException()
InvalidRelationException
object.
public InvalidRelationException(Throwable cause)
InvalidRelationException
object.
cause
- Throwable object that caused this exception to be thrown.public InvalidRelationException(String message)
InvalidRelationException
object with the
specified message
.
message
- The message to throw with the exceptionpublic InvalidRelationException(String message, Throwable cause)
InvalidRelationException
object with the
specified message
.
message
- The message to throw with the exceptioncause
- Throwable object that caused this exception to be thrown.
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |