org.kohsuke.stapler.framework.errors
Class ErrorObject
java.lang.Object
org.kohsuke.stapler.framework.errors.ErrorObject
- Direct Known Subclasses:
- NoHomeDirError
public abstract class ErrorObject
- extends Object
Root class of the stapler error objects.
- Author:
- Kohsuke Kawaguchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorObject
public ErrorObject()
getMessage
public abstract String getMessage()
- Gets the error message.
Copyright © 2010. All Rights Reserved.