public class VisitorException extends TraversalException
visit() or process() method can be found.| Constructor and Description |
|---|
VisitorException(java.lang.String message)
Create a new visitor exception with the specified detail message.
|
VisitorException(java.lang.String message,
java.lang.Throwable cause)
Create a new visitor exception with the specified detail message
and cause.
|
getCause, printStackTrace, printStackTracepublic VisitorException(java.lang.String message)
message - The detail message.public VisitorException(java.lang.String message,
java.lang.Throwable cause)
message - The detail message.cause - The cause.Copyright © 2014. All Rights Reserved.