Class CompilationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.praxislive.code.services.tools.CompilationException
All Implemented Interfaces:
Serializable

public class CompilationException extends Exception
See Also:
  • Constructor Details

    • CompilationException

      public CompilationException()
      Creates a new instance of CompilationException without detail message.
    • CompilationException

      public CompilationException(String msg)
      Constructs an instance of CompilationException with the specified detail message.
      Parameters:
      msg - the detail message.
    • CompilationException

      public CompilationException(Throwable cause)
    • CompilationException

      public CompilationException(String msg, Throwable cause)