Class NTException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jnoisetype.api.NTException
All Implemented Interfaces:
Serializable

public abstract class NTException extends Exception
The type of exceptions thrown by the API.
See Also:
  • Constructor Details

    • NTException

      public NTException(String message)
      Construct an exception.
      Parameters:
      message - The message
    • NTException

      public NTException(String message, Throwable cause)
      Construct an exception.
      Parameters:
      message - The message
      cause - The underlying cause
    • NTException

      public NTException(Throwable cause)
      Construct an exception.
      Parameters:
      cause - The underlying cause