org.crsh.command
Class SyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.crsh.command.ScriptException
org.crsh.command.SyntaxException
- All Implemented Interfaces:
- Serializable
public class SyntaxException
- extends ScriptException
A syntax exception.
- Version:
- $Revision$
- Author:
- Julien Viet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SyntaxException
public SyntaxException(String message)
SyntaxException
public SyntaxException(String message,
Throwable cause)
Copyright © 2012 eXo Platform SAS. All Rights Reserved.