Class DescriptorParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.torproject.descriptor.DescriptorParseException
All Implemented Interfaces:
java.io.Serializable

public class DescriptorParseException
extends java.lang.Exception
Thrown if raw descriptor contents cannot be parsed to one or more Descriptor instances, according to descriptor specifications.
Since:
1.0.0
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    DescriptorParseException​(java.lang.String message)  
    DescriptorParseException​(java.lang.String message, java.lang.Exception ex)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait