public class

AggregatedException

extends RendererException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.priint.comet.renderer.exception.RendererException
         ↳ com.priint.comet.renderer.exception.AggregatedException

Summary

Public Constructors
AggregatedException()
AggregatedException(AssignableError code, String message, Throwable cause)
AggregatedException(AssignableError code, String message)
AggregatedException(AssignableError code, Throwable cause)
AggregatedException(AssignableError code)
AggregatedException(String message, Throwable cause)
AggregatedException(String message)
AggregatedException(Throwable cause)
AggregatedException(Iterable<Exception> exceptions)
Public Methods
void addException(Throwable e)
List<Throwable> getAggregatedExceptions()
String getLocalizedMessage()
String getMessage()
String toString()
[Expand]
Inherited Methods
From class com.priint.comet.renderer.exception.RendererException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AggregatedException ()

public AggregatedException (AssignableError code, String message, Throwable cause)

public AggregatedException (AssignableError code, String message)

public AggregatedException (AssignableError code, Throwable cause)

public AggregatedException (AssignableError code)

public AggregatedException (String message, Throwable cause)

public AggregatedException (String message)

public AggregatedException (Throwable cause)

public AggregatedException (Iterable<Exception> exceptions)

Public Methods

public void addException (Throwable e)

public List<Throwable> getAggregatedExceptions ()

public String getLocalizedMessage ()

public String getMessage ()

public String toString ()