org.apache.oodt.cas.metadata.exceptions
Class MetExtractionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.oodt.cas.metadata.exceptions.MetExtractionException
All Implemented Interfaces:
Serializable

public class MetExtractionException
extends Exception

Version:
$Revision$

Exception thrown by the Met Extraction framework.

Author:
mattmann
See Also:
Serialized Form

Constructor Summary
MetExtractionException()
           
MetExtractionException(String arg0)
           
MetExtractionException(String arg0, Throwable arg1)
           
MetExtractionException(Throwable arg0)
           
 
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

MetExtractionException

public MetExtractionException()

MetExtractionException

public MetExtractionException(String arg0)
Parameters:
arg0 -

MetExtractionException

public MetExtractionException(String arg0,
                              Throwable arg1)
Parameters:
arg0 -
arg1 -

MetExtractionException

public MetExtractionException(Throwable arg0)
Parameters:
arg0 -


Copyright © 1999-2011 Apache Incubator. All Rights Reserved.