Class SleighException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SleighException
    extends java.lang.RuntimeException
    TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
    See Also:
    Serialized Form
    • Constructor Summary

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

      • SleighException

        public SleighException​(java.lang.String message)
        Parameters:
        message -
      • SleighException

        public SleighException​(java.lang.String message,
                               java.lang.Throwable e)