|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.alienfactory.javamappy.JavaMappyException
com.alienfactory.javamappy.loader.ChunkLoadException
public class ChunkLoadException
ChunkLoadException
Constructor Summary | |
---|---|
ChunkLoadException(java.lang.String errorMessage)
Constructs a ChunkLoadException with the given message. |
|
ChunkLoadException(java.lang.String errorMessage,
java.lang.Exception nestedException)
Constructs a ChunkLoadException with a nested exception and an
error message. |
Method Summary |
---|
Methods inherited from class com.alienfactory.javamappy.JavaMappyException |
---|
getMessage, getNestedException |
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 ChunkLoadException(java.lang.String errorMessage)
ChunkLoadException
with the given message.
errorMessage
- an explanation this Exception
was thrownpublic ChunkLoadException(java.lang.String errorMessage, java.lang.Exception nestedException)
ChunkLoadException
with a nested exception and an
error message.
errorMessage
- the ChunkLoadException
messagenestedException
- the nested exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |