Class PersistenceFacade.IncorrectNodeIdFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.jetbrains.mps.openapi.persistence.PersistenceFacade.IncorrectNodeIdFormatException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PersistenceFacade
public static final class PersistenceFacade.IncorrectNodeIdFormatException extends IllegalArgumentException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncorrectNodeIdFormatException(String message)
IncorrectNodeIdFormatException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-