org.fcrepo.client.utility.validate
Class InvalidContentModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
InvalidContentModelException(String contentModelPid, String message)
           
InvalidContentModelException(String contentModelPid, String message, Throwable cause)
           
 
Method Summary
 String getContentModelPid()
           
 
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
 

Constructor Detail

InvalidContentModelException

public InvalidContentModelException(String contentModelPid,
                                    String message,
                                    Throwable cause)

InvalidContentModelException

public InvalidContentModelException(String contentModelPid,
                                    String message)
Method Detail

getContentModelPid

public String getContentModelPid()


Copyright © 2012 DuraSpace. All Rights Reserved.