Package com.arcadedb.exception
Class CommandParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.arcadedb.exception.ArcadeDBException
-
- com.arcadedb.exception.CommandParsingException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CommandSQLParsingException
public class CommandParsingException extends ArcadeDBException
- Author:
- Luca Garulli ([email protected])
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandParsingException(String message)
CommandParsingException(String message, Throwable cause)
CommandParsingException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-