|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException org.newdawn.slick.opengl.CompositeIOException
public class CompositeIOException
A collection of IOException that failed image data loading
Constructor Summary | |
---|---|
CompositeIOException()
Create a new composite IO Exception |
Method Summary | |
---|---|
void |
addException(java.lang.Exception e)
Add an exception that caused this exceptino |
java.lang.String |
getMessage()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 |
---|
public CompositeIOException()
Method Detail |
---|
public void addException(java.lang.Exception e)
e
- The exceptionpublic java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Throwable.getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |