org.apache.lenya.cms.metadata
Class MetaDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lenya.cms.metadata.MetaDataException
All Implemented Interfaces:
java.io.Serializable

public class MetaDataException
extends java.lang.Exception

Meta data exception.

See Also:
Serialized Form

Constructor Summary
MetaDataException()
           
MetaDataException(java.lang.String arg0)
           
MetaDataException(java.lang.String arg0, java.lang.Throwable arg1)
           
MetaDataException(java.lang.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

MetaDataException

public MetaDataException()

MetaDataException

public MetaDataException(java.lang.String arg0,
                         java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

MetaDataException

public MetaDataException(java.lang.String arg0)
Parameters:
arg0 -

MetaDataException

public MetaDataException(java.lang.Throwable arg0)
Parameters:
arg0 -


Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.