Nux 1.4.1

nux.xom.sandbox
Class BroadcastNodeFactory.MultipleCausesException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynux.xom.sandbox.BroadcastNodeFactory.MultipleCausesException
All Implemented Interfaces:
Serializable
Enclosing class:
BroadcastNodeFactory

public static final class BroadcastNodeFactory.MultipleCausesException
extends RuntimeException

A RuntimeException containing an array of one or more causes (Throwables). Some or all cause elements may be null.

See Also:
Serialized Form

Method Summary
 Throwable[] getCauses()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCauses

public Throwable[] getCauses()

toString

public String toString()

Nux 1.4.1