|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.lang.IllegalArgumentException org.apache.commons.id.uuid.UUIDFormatException
public class UUIDFormatException
Thrown to indicate an attempted to convert a string to a UUID, but that the string does not have the appropriate format.
UUID.toString()
,
UUID.UUID(String)
,
Serialized FormConstructor Summary | |
---|---|
UUIDFormatException()
Constructs a UUIDFormatException with no message. |
|
UUIDFormatException(java.lang.String msg)
Constructs a UUIDFormatException with a message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UUIDFormatException()
Constructs a UUIDFormatException
with no message.
public UUIDFormatException(java.lang.String msg)
UUIDFormatException
with a message.
msg
- the String message for this exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |