Class LoadingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LoadingException
    extends java.lang.Exception
    A LoadingException is thrown whenever the Loaded cannot load and create a project.
    Version:
    CVS $Revision: 313195 $ $Date: 1999-11-15 22:08:18 +0000 (Mon, 15 Nov 1999) $
    Author:
    Pierpaolo Fumagalli, Copyright 1999 © The Apache Software Foundation. All rights reserved.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LoadingException()
      Create a new LoadingException instance.
      LoadingException​(java.lang.String m)
      Create a new LoadingException instance with a specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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()
        Create a new LoadingException instance.
      • LoadingException

        public LoadingException​(java.lang.String m)
        Create a new LoadingException instance with a specified detail message.
        Parameters:
        m - The detail message.