|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.fcrepo.server.errors.ServerException
org.fcrepo.server.errors.ObjectValidityException
public class ObjectValidityException
Signals that an object is not valid.
| Field Summary | |
|---|---|
protected Validation |
m_validation
|
| Constructor Summary | |
|---|---|
ObjectValidityException(String message)
|
|
ObjectValidityException(String a,
String message,
String[] b,
String[] c,
Throwable th)
|
|
ObjectValidityException(String message,
Throwable cause)
|
|
ObjectValidityException(String message,
Validation validation)
Creates an ObjectValidityException. |
|
ObjectValidityException(String message,
Validation validation,
Throwable cause)
|
|
| Method Summary | |
|---|---|
Validation |
getValidation()
|
| Methods inherited from class org.fcrepo.server.errors.ServerException |
|---|
getCode, getDetails, getDetails, getMessage, getMessage, setWasServer, wasServer |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 |
|---|
protected Validation m_validation
| Constructor Detail |
|---|
public ObjectValidityException(String message,
Validation validation)
message - An informative message explaining what happened and (possibly) how
to fix it.public ObjectValidityException(String message)
public ObjectValidityException(String message,
Validation validation,
Throwable cause)
public ObjectValidityException(String message,
Throwable cause)
public ObjectValidityException(String a,
String message,
String[] b,
String[] c,
Throwable th)
| Method Detail |
|---|
public Validation getValidation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||