Package org.drasyl

Class DrasylRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PipelineException

public class DrasylRuntimeException extends RuntimeException
All unchecked exceptions in drasyl inherit from this exception class.
See Also:
  • Constructor Details

    • DrasylRuntimeException

      public DrasylRuntimeException(Throwable cause)
    • DrasylRuntimeException

      public DrasylRuntimeException(String cause)
  • Method Details