com.atlassian.xwork
Class FileUploadUtils.FileUploadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.xwork.FileUploadUtils.FileUploadException
All Implemented Interfaces:
Serializable
Enclosing class:
FileUploadUtils

public static final class FileUploadUtils.FileUploadException
extends Exception

See Also:
Serialized Form

Constructor Summary
FileUploadUtils.FileUploadException()
           
 
Method Summary
 void addError(String error)
           
 String[] getErrors()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileUploadUtils.FileUploadException

public FileUploadUtils.FileUploadException()
Method Detail

addError

public void addError(String error)

getErrors

public String[] getErrors()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.