Class CustomNPCsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
noppes.npcs.api.CustomNPCsException
All Implemented Interfaces:
java.io.Serializable

public class CustomNPCsException
extends java.lang.RuntimeException
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    CustomNPCsException​(java.lang.Exception ex, java.lang.String message, java.lang.Object... obs)  
    CustomNPCsException​(java.lang.String message, java.lang.Object... obs)  
  • 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

    • CustomNPCsException

      public CustomNPCsException​(java.lang.String message, java.lang.Object... obs)
    • CustomNPCsException

      public CustomNPCsException​(java.lang.Exception ex, java.lang.String message, java.lang.Object... obs)