Class NotImplementedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mozilla.jss.util.NotImplementedException
All Implemented Interfaces:
Serializable

public class NotImplementedException extends Exception
This exception is thrown whenever something isn't implemented.
See Also:
  • Field Details

  • Constructor Details

    • NotImplementedException

      public NotImplementedException()
    • NotImplementedException

      public NotImplementedException(String mesg)
    • NotImplementedException

      public NotImplementedException(String mesg, Throwable cause)
    • NotImplementedException

      public NotImplementedException(String mesg, Throwable cause, boolean enableSuppression, boolean writableStackTrace)