it.geosolutions.imageio.plugins.jp2k
Class JP2KTreeController.MultiCauseIllegalStateException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by IllegalStateException
                  extended by 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 Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class 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-2010 GeoSolutions. All Rights Reserved.