it.geosolutions.imageio.plugins.jp2k
Class JP2KTreeController.MultiCauseIllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JP2KTreeController.MultiCauseIllegalStateException
public JP2KTreeController.MultiCauseIllegalStateException(String message,
Collection<Throwable> causes)
JP2KTreeController.MultiCauseIllegalStateException
public JP2KTreeController.MultiCauseIllegalStateException(Collection<Throwable> causes)
getCauses
public List<Throwable> getCauses()
Copyright © 2006–2014 GeoSolutions. All rights reserved.