Class PluginCompiler.CompilationFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
pluginloader.load.PluginCompiler.CompilationFailedException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PluginCompiler

public static class PluginCompiler.CompilationFailedException
extends java.lang.Exception
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    CompilationFailedException​(java.lang.String message, java.lang.String code)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getCode()  

    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 Details

  • Method Details

    • getCode

      public java.lang.String getCode()