Package org.pkl.core
Class PklBugException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.pkl.core.PklException
-
- org.pkl.core.PklBugException
-
- All Implemented Interfaces:
java.io.Serializable
public final class PklBugException extends PklException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PklBugException(java.lang.String message)PklBugException(java.lang.String message, java.lang.Throwable cause)PklBugException(java.lang.Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PklBugExceptionunreachableCode()
-
-
-
Method Detail
-
unreachableCode
public static PklBugException unreachableCode()
-
-