com.alienfactory.javamappy.loader
Class ChunkLoadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.alienfactory.javamappy.JavaMappyException
                  extended by com.alienfactory.javamappy.loader.ChunkLoadException
All Implemented Interfaces:
java.io.Serializable

public class ChunkLoadException
extends JavaMappyException

ChunkLoadException

Author:
Steve Eynon
See Also:
Serialized Form

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

ChunkLoadException

public ChunkLoadException(java.lang.String errorMessage)
Constructs a ChunkLoadException with the given message.

Parameters:
errorMessage - an explanation this Exception was thrown

ChunkLoadException

public ChunkLoadException(java.lang.String errorMessage,
                          java.lang.Exception nestedException)
Constructs a ChunkLoadException with a nested exception and an error message.

Parameters:
errorMessage - the ChunkLoadException message
nestedException - the nested exception


Copyright © 2001-2009 Alien-Factory Ltd. All Rights Reserved.