Package org.drasyl
Class DrasylConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.drasyl.DrasylConfigException
-
- All Implemented Interfaces:
Serializable
public class DrasylConfigException extends IllegalArgumentException
AnException
which is thrown byDrasylConfig
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DrasylConfigException(String path, String message)
DrasylConfigException(String path, Throwable cause)
DrasylConfigException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-