|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectThrowable
Exception
RuntimeException
IllegalStateException
JP2KTreeController.MultiCauseIllegalStateException
public final class JP2KTreeController.MultiCauseIllegalStateException
Simple subclass of IllegalStateException which can be used to report multiple causes.
| 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 |
|---|
public JP2KTreeController.MultiCauseIllegalStateException(String message,
Collection<Throwable> causes)
public JP2KTreeController.MultiCauseIllegalStateException(Collection<Throwable> causes)
| Method Detail |
|---|
public List<Throwable> getCauses()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||