Class InvalidIdentifierException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- ca.stellardrift.permissionsex.subject.InvalidIdentifierException
-
- All Implemented Interfaces:
Serializable
public final class InvalidIdentifierException extends IllegalArgumentException
An exception thrown when an identifier is provided that isn't valid for a subject type.- Since:
- 2.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidIdentifierException(String unparsedIdentifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringunparsedIdentifier()Get the provided input that was supposed to be parsed.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidIdentifierException
public InvalidIdentifierException(String unparsedIdentifier)
-
-
Method Detail
-
unparsedIdentifier
public String unparsedIdentifier()
Get the provided input that was supposed to be parsed.- Returns:
- the original input
- Since:
- 2.0.0
-
-