org.fcrepo.client.utility.validate
Class InvalidContentModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fcrepo.client.utility.validate.InvalidContentModelException
- All Implemented Interfaces:
- Serializable
public class InvalidContentModelException
- extends Exception
Indicates that the content model object we are looking at is not valid --
e.g., missing the dataset, invalid format, etc.
- Author:
- Jim Blake
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidContentModelException
public InvalidContentModelException(String contentModelPid,
String message,
Throwable cause)
InvalidContentModelException
public InvalidContentModelException(String contentModelPid,
String message)
getContentModelPid
public String getContentModelPid()
Copyright © 2012 DuraSpace. All Rights Reserved.