Package org.apache.parquet
Class SemanticVersion.SemanticVersionParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.parquet.SemanticVersion.SemanticVersionParseException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SemanticVersion
public static class SemanticVersion.SemanticVersionParseException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SemanticVersionParseException()SemanticVersionParseException(String message)SemanticVersionParseException(String message, Throwable cause)SemanticVersionParseException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SemanticVersionParseException
public SemanticVersionParseException()
-
SemanticVersionParseException
public SemanticVersionParseException(String message)
-
SemanticVersionParseException
public SemanticVersionParseException(String message, Throwable cause)
-
SemanticVersionParseException
public SemanticVersionParseException(Throwable cause)
-
-