Class DescriptorParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.protostream.DescriptorParserException
All Implemented Interfaces:
Serializable

public class DescriptorParserException extends RuntimeException
Exception for parse error.
Since:
2.0
Author:
gustavonalle
See Also:
  • Constructor Details

    • DescriptorParserException

      public DescriptorParserException(String message)
    • DescriptorParserException

      public DescriptorParserException(String message, Throwable cause)
    • DescriptorParserException

      public DescriptorParserException(Throwable cause)