org.proteinshader.structure.visitor.exceptions
Class WriterVisitorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.proteinshader.structure.visitor.exceptions.VisitorException
org.proteinshader.structure.visitor.exceptions.WriterVisitorException
- All Implemented Interfaces:
- Serializable
public class WriterVisitorException
- extends VisitorException
Used to report that an error occurred while trying to write info on a
Visitable object.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WriterVisitorException
public WriterVisitorException()
- Sets the default message to
"ERROR: A problem occurred while trying to write a file".
This message can be retrieved using getMessage().
WriterVisitorException
public WriterVisitorException(String message)
- The message given this constructor can be retrieved using
getMessage().
- Parameters:
message
- a description of the problem.
Copyright © 2007-2008