org.iqual.chaplin.composite
Class CompositeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.iqual.chaplin.composite.CompositeException
All Implemented Interfaces:
Serializable

public class CompositeException
extends RuntimeException

Since:
Aug 25, 2009 8:30:11 PM
Author:
Zbynek Slajchrt
See Also:
Serialized Form

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

CompositeException

public CompositeException()

CompositeException

public CompositeException(String message)

CompositeException

public CompositeException(String message,
                          Throwable cause)

CompositeException

public CompositeException(Throwable cause)


Copyright © 2009 iquality.org. All Rights Reserved.