- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.zerodeplibs.webpush.key.MalformedPEMException
-
- All Implemented Interfaces:
Serializable
public class MalformedPEMException extends RuntimeException
This exception is thrown to indicate that an input text cannot be parsed as a valid PEM format.- Author:
- Tomoki Sato
- See Also:
PEMParser.parse(String), Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-