Class InvalidStringException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
dev.prozilla.pine.common.exception.InvalidStringException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a method has been passed an invalid string.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an invalid string exception with no detail message.InvalidStringException
(String message) Creates an invalid string exception with a detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidStringException
public InvalidStringException()Creates an invalid string exception with no detail message. -
InvalidStringException
Creates an invalid string exception with a detail message.
-