org.fcrepo.client.utility.validate.process
Class ValidatorProcessUsageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.fcrepo.client.utility.validate.process.ValidatorProcessUsageException
All Implemented Interfaces:
Serializable

public class ValidatorProcessUsageException
extends RuntimeException

Indicates bad or missing arguments to the ValidatorProcess.

Author:
Jim Blake
See Also:
Serialized Form

Constructor Summary
ValidatorProcessUsageException()
           
ValidatorProcessUsageException(String message)
           
ValidatorProcessUsageException(String message, Throwable cause)
           
ValidatorProcessUsageException(Throwable cause)
           
 
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
 

Constructor Detail

ValidatorProcessUsageException

public ValidatorProcessUsageException()

ValidatorProcessUsageException

public ValidatorProcessUsageException(String message,
                                      Throwable cause)

ValidatorProcessUsageException

public ValidatorProcessUsageException(String message)

ValidatorProcessUsageException

public ValidatorProcessUsageException(Throwable cause)


Copyright © 2012 DuraSpace. All Rights Reserved.