Package net.orbyfied.j8.registry
Class MalformedIdentifierException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.orbyfied.j8.registry.MalformedIdentifierException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMalformedIdentifierException(String input, Class<? extends Identifier> type) MalformedIdentifierException(String input, Class<? extends Identifier> type, Exception e) MalformedIdentifierException(String input, Class<? extends Identifier> type, String message) MalformedIdentifierException(String input, Class<? extends Identifier> type, String msg, Exception e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
type
-
input
-
-
Constructor Details
-
MalformedIdentifierException
-
MalformedIdentifierException
-
MalformedIdentifierException
-
MalformedIdentifierException
public MalformedIdentifierException(String input, Class<? extends Identifier> type, String msg, Exception e)
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-