org.exist.util
Class SyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exist.util.SyntaxException
All Implemented Interfaces:
Serializable

public class SyntaxException
extends Exception

Description of the Class

Author:
Wolfgang Meier created 24. Juni 2002
See Also:
Serialized Form

Constructor Summary
SyntaxException()
          Constructor for the PermissionDeniedException object
SyntaxException(String message)
          Constructor for the PermissionDeniedException object
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyntaxException

public SyntaxException()
Constructor for the PermissionDeniedException object


SyntaxException

public SyntaxException(String message)
Constructor for the PermissionDeniedException object

Parameters:
message - Description of the Parameter


Copyright (C) Wolfgang Meier. All rights reserved.