|
|||||||||||
| 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
|
+--com.cafesoft.core.exception.NestedException
|
+--com.cafesoft.cams.access.SyntaxException
SyntaxException represents an Exception while constructing an
AccessControlRule that contains other AccessControlRules and Operators.
| Constructor Summary | |
SyntaxException()
Construct a new SyntaxException with no other information. |
|
SyntaxException(String message)
Construct a new SyntaxException for the specified message. |
|
SyntaxException(String message,
Throwable cause)
Construct a new SyntaxException for the specified message and throwable. |
|
SyntaxException(Throwable cause)
Construct a new SyntaxException for the specified throwable. |
|
| Methods inherited from class com.cafesoft.core.exception.NestedException |
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SyntaxException()
public SyntaxException(String message)
message - a message describing this exceptionpublic SyntaxException(Throwable cause)
cause - throwable that caused this exception
public SyntaxException(String message,
Throwable cause)
message - a message describing this exceptioncause - throwable that caused this exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||