Class DLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.gvsu.kurmasz.warszawa.dl.DLException
All Implemented Interfaces:
java.io.Serializable

public class DLException
extends java.lang.Exception
Thrown when an attempt at dynamically loading or instantiating a class fails.
Author:
Zachary Kurmas
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    DLException​(java.lang.String message, java.lang.Throwable cause)  
  • 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

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DLException

      public DLException​(java.lang.String message, java.lang.Throwable cause)