org.chromattic.api
Class ChromatticException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.chromattic.api.ChromatticException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BuilderException, ChromatticIOException, DuplicateNameException, MappingException, NoSuchPropertyException, UndeclaredRepositoryException

public abstract class ChromatticException
extends RuntimeException

Version:
$Revision$
Author:
Julien Viet
See Also:
Serialized Form

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

ChromatticException

public ChromatticException()

ChromatticException

public ChromatticException(String message)

ChromatticException

public ChromatticException(String message,
                           Throwable cause)

ChromatticException

public ChromatticException(Throwable cause)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.