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

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

public class NamingConventionException
extends Exception

Exception throw by NamingConvention on error.

Author:
bfoster (Brian Foster)
See Also:
Serialized Form

Constructor Summary
NamingConventionException()
           
NamingConventionException(String msg)
           
NamingConventionException(String msg, Throwable t)
           
 
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

NamingConventionException

public NamingConventionException()

NamingConventionException

public NamingConventionException(String msg)

NamingConventionException

public NamingConventionException(String msg,
                                 Throwable t)


Copyright © 1999-2012 Apache OODT. All Rights Reserved.