net.sf.navigator.util
Class LoadableResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.navigator.util.LoadableResourceException
All Implemented Interfaces:
Serializable

public class LoadableResourceException
extends Exception

Version:
Author:
ssayles
See Also:
Serialized Form

Constructor Summary
LoadableResourceException()
          Creates new LoadableResourceException without detail message.
LoadableResourceException(String msg)
          Constructs an LoadableResourceException with the specified detail message.
 
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

LoadableResourceException

public LoadableResourceException()
Creates new LoadableResourceException without detail message.


LoadableResourceException

public LoadableResourceException(String msg)
Constructs an LoadableResourceException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2003-2007 SourceForge. All Rights Reserved.