net.sf.juoserver.model
Class LoadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.juoserver.model.LoadException
All Implemented Interfaces:
Serializable

public class LoadException
extends RuntimeException

Exception signaling that something went wrong while loading objects (either the map, or the mobiles, etc).

See Also:
Serialized Form

Constructor Summary
LoadException()
           
LoadException(String message)
           
LoadException(String message, Throwable cause)
           
LoadException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

LoadException

public LoadException()

LoadException

public LoadException(String message,
                     Throwable cause)

LoadException

public LoadException(String message)

LoadException

public LoadException(Throwable cause)


Copyright © 2010-2012. All Rights Reserved.