it.geosolutions.imageio.plugins.jp2k
Class JP2KTreeController.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 it.geosolutions.imageio.plugins.jp2k.JP2KTreeController.MultiCauseIllegalStateException
All Implemented Interfaces:
Serializable
Enclosing class:
JP2KTreeController

public final class JP2KTreeController.MultiCauseIllegalStateException
extends IllegalStateException

Simple subclass of IllegalStateException which can be used to report multiple causes.

Author:
Simone Giannecchini, GeoSolutions
See Also:
Serialized Form

Constructor Summary
JP2KTreeController.MultiCauseIllegalStateException(Collection<Throwable> causes)
           
JP2KTreeController.MultiCauseIllegalStateException(String message, Collection<Throwable> causes)
           
 
Method Summary
 List<Throwable> getCauses()
           
 
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

JP2KTreeController.MultiCauseIllegalStateException

public JP2KTreeController.MultiCauseIllegalStateException(String message,
                                                          Collection<Throwable> causes)

JP2KTreeController.MultiCauseIllegalStateException

public JP2KTreeController.MultiCauseIllegalStateException(Collection<Throwable> causes)
Method Detail

getCauses

public List<Throwable> getCauses()


Copyright © 2006–2014 GeoSolutions. All rights reserved.