net.moioli.swtloader
Class LoadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.moioli.swtloader.LoadingException
All Implemented Interfaces:
java.io.Serializable

public class LoadingException
extends java.lang.Exception

Exception thrown by SWTLoader.

Author:
Silvio Moioli
See Also:
Serialized Form

Constructor Summary
LoadingException()
          Default constructor.
LoadingException(java.lang.String message)
           
LoadingException(java.lang.String message, java.lang.Throwable cause)
           
LoadingException(java.lang.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

LoadingException

public LoadingException()
Default constructor.

See Also:
Exception.Exception()

LoadingException

public LoadingException(java.lang.String message)
See Also:
Exception.Exception()

LoadingException

public LoadingException(java.lang.Throwable cause)
See Also:
Exception.Exception()

LoadingException

public LoadingException(java.lang.String message,
                        java.lang.Throwable cause)
See Also:
Exception.Exception()