net.mlw.vlh
Class ErrorsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.mlw.vlh.ErrorsException
All Implemented Interfaces:
Serializable

public class ErrorsException
extends RuntimeException

Version:
$Revision: 1.2 $ $Date: 2005/11/23 14:18:53 $
Author:
Matthew L. Wilson
See Also:
Serialized Form

Constructor Summary
ErrorsException(Errors errors)
           
 
Method Summary
 Errors 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

ErrorsException

public ErrorsException(Errors errors)
Parameters:
errors -
Method Detail

getMessage

public String getMessage()
See Also:
Throwable.getMessage()

getErrors

public Errors getErrors()
Returns:
Returns the errors.


Copyright © 2003-2006 mlavilson. All Rights Reserved.