de.smartics.properties.core.util
Class MultiCauseIllegalStateException

Package class diagram package MultiCauseIllegalStateException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by de.smartics.properties.core.util.MultiCauseIllegalStateException
All Implemented Interfaces:
Serializable

public class MultiCauseIllegalStateException
     
     
extends IllegalStateException

Collects multiple illegal state exceptions.

See Also:
Serialized Form

Constructor Summary
MultiCauseIllegalStateException(String message, Throwable... rootCauses)
          Default constructor.
 
Method Summary
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiCauseIllegalStateException

public MultiCauseIllegalStateException(String message,
                                       Throwable... rootCauses)
Default constructor.

Parameters:
message - the detailed message.
rootCauses - the root causes, may be null.
Method Detail

printStackTrace

public void printStackTrace(PrintStream s)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter s)
Overrides:
printStackTrace in class Throwable


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.