Package org.pkl.core

Class PklException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PklBugException

public class PklException extends RuntimeException
See Also:
  • Constructor Details

    • PklException

      public PklException(String message, Throwable cause)
    • PklException

      public PklException(String message)
    • PklException

      public PklException(Throwable cause)