Package org.pkl.core

Class PklBugException

All Implemented Interfaces:
Serializable

public final class PklBugException extends PklException
See Also:
  • Constructor Details

    • PklBugException

      public PklBugException(String message, Throwable cause)
    • PklBugException

      public PklBugException(Throwable cause)
    • PklBugException

      public PklBugException(String message)
  • Method Details